()
| 25 | } |
| 26 | |
| 27 | export function initUnhandledErrors() { |
| 28 | __UnhandledErrors = {}; |
| 29 | WinJS.Promise.addEventListener("error", errorEventHandler); |
| 30 | } |
| 31 | |
| 32 | export function validateUnhandledErrors() { |
| 33 | WinJS.Promise.removeEventListener("error", errorEventHandler); |
nothing calls this directly
no test coverage detected