The following are currently exposed to windows and workers. They are not exposed to worklets, but in Domenic's opinion, should be:
- AbortController
- AbortSignal (except AbortSignal.timeout)
- addEventListener
- atob
- btoa
- crypto.getRandomValues
- CompressionStream
- CustomEvent
- DOMException
- DecompressionStream
- dispatchEvent
- ErrorEvent
- Event
- EventTarget
- PromiseRejectionEvent
- queueMicrotask
- removeEventListener
- self
- structuredClone
- TextDecoder
- TextDecoderStream
- TextEncoder
- TextEncoderStream
- URL
- URLPattern
- URLSearchParams
The following would stay as window/worker only: