(handler)
| 95 | } |
| 96 | |
| 97 | export function removeIntentHandler(handler) { |
| 98 | const index = handlers.indexOf(handler); |
| 99 | if (index > -1) handlers.splice(index, 1); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Process all pending intents that were queued before files were restored. |