| 80 | rejectionhandled: PromiseRejectionEvent; |
| 81 | }; |
| 82 | declare abstract class WorkerGlobalScope extends EventTarget<WorkerGlobalScopeEventMap> { |
| 83 | EventTarget: typeof EventTarget; |
| 84 | } |
| 85 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */ |
nothing calls this directly
no outgoing calls
no test coverage detected