| 94 | rejectionhandled: PromiseRejectionEvent; |
| 95 | }; |
| 96 | declare abstract class WorkerGlobalScope extends EventTarget<WorkerGlobalScopeEventMap> { |
| 97 | EventTarget: typeof EventTarget; |
| 98 | } |
| 99 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */ |
nothing calls this directly
no outgoing calls
no test coverage detected