https://common-min-api.proposal.wintercg.org/ --- Interfaces: - [x] [AbortController](https://dom.spec.whatwg.org/#abortcontroller) - [x] [AbortSignal](https://dom.spec.whatwg.org/#abortsignal) - [x] [Blob](https://w3c.github.io/FileAPI/#dfn-Blob) - [x] [ByteLengthQueuingStrategy](https://streams.spec.whatwg.org/#bytelengthqueuingstrategy) - [x] [CompressionStream](https://wicg.github.io/compression/#compression-stream) - [x] [CountQueuingStrategy](https://streams.spec.whatwg.org/#countqueuingstrategy) - [x] [Crypto](https://w3c.github.io/webcrypto/#dfn-Crypto) - [x] [CryptoKey](https://w3c.github.io/webcrypto/#dfn-CryptoKey) - [x] [DecompressionStream](https://wicg.github.io/compression/#decompression-stream) - [x] [DOMException](https://webidl.spec.whatwg.org/#idl-DOMException) - [x] [Event](https://dom.spec.whatwg.org/#event) - [x] [EventTarget](https://dom.spec.whatwg.org/#eventtarget) - [x] [File](https://w3c.github.io/FileAPI/#dfn-file) - [x] [FormData](https://xhr.spec.whatwg.org/#formdata) - [x] [Headers](https://fetch.spec.whatwg.org/#headers) - [x] [ReadableByteStreamController](https://streams.spec.whatwg.org/#readablebytestreamcontroller) - [x] [ReadableStream](https://streams.spec.whatwg.org/#readablestream) - [x] [ReadableStreamBYOBReader](https://streams.spec.whatwg.org/#readablestreambyobreader) - [x] [ReadableStreamBYOBRequest](https://streams.spec.whatwg.org/#readablestreambyobrequest) - [x] [ReadableStreamDefaultController](https://streams.spec.whatwg.org/#readablestreamdefaultcontroller) - [x] [ReadableStreamDefaultReader](https://streams.spec.whatwg.org/#readablestreamdefaultreader) - [x] [Request](https://fetch.spec.whatwg.org/#request) - [x] [Response](https://fetch.spec.whatwg.org/#response) - [x] [SubtleCrypto](https://w3c.github.io/webcrypto/#dfn-SubtleCrypto) - [x] [TextDecoder](https://encoding.spec.whatwg.org/#textdecoder) - [x] [TextDecoderStream](https://encoding.spec.whatwg.org/#textdecoderstream) - [x] [TextEncoder](https://encoding.spec.whatwg.org/#textencoder) - [x] [TextEncoderStream](https://encoding.spec.whatwg.org/#textencoderstream) - [x] [TransformStream](https://streams.spec.whatwg.org/#transformstream) - [x] [TransformStreamDefaultController](https://streams.spec.whatwg.org/#transformstreamdefaultcontroller) - [x] [URL](https://url.spec.whatwg.org/#url) - [x] [URLSearchParams](https://url.spec.whatwg.org/#urlsearchparams) - [x] [WebAssembly.Global](https://webassembly.github.io/spec/js-api/#global) - [x] [WebAssembly.Instance](https://webassembly.github.io/spec/js-api/#instance) - [x] [WebAssembly.Memory](https://webassembly.github.io/spec/js-api/#memory) - [x] [WebAssembly.Module](https://webassembly.github.io/spec/js-api/#module) - [x] [WebAssembly.Table](https://webassembly.github.io/spec/js-api/#table) - [x] [WritableStream](https://streams.spec.whatwg.org/#writablestream) - [x] [WritableStreamDefaultController](https://streams.spec.whatwg.org/#writablestreamdefaultcontroller) Global methods / properties: - [x] [globalThis](https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis) - [x] globalThis.[atob()](https://html.spec.whatwg.org/multipage/webappapis.html#dom-atob) - [x] globalThis.[btoa()](https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa) - [x] globalThis.[console](https://console.spec.whatwg.org/#namespacedef-console) - [x] globalThis.[crypto](https://w3c.github.io/webcrypto/#dom-windoworworkerglobalscope-crypto) - [x] globalThis.[fetch()](https://wicg.github.io/background-fetch/#dom-backgroundfetchmanager-fetch) - [x] globalThis.[navigator](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator).[userAgent](https://html.spec.whatwg.org/multipage/system-state.html#dom-navigator-useragent) - [x] globalThis.[performance](https://w3c.github.io/hr-time/#dom-windoworworkerglobalscope-performance).[now()](https://w3c.github.io/hr-time/#dom-performance-now) - [x] globalThis.[performance](https://w3c.github.io/hr-time/#dom-windoworworkerglobalscope-performance).[timeOrigin](https://w3c.github.io/hr-time/#dom-performance-timeorigin) - [x] globalThis.[queueMicrotask()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask) - [x] globalThis.[setTimeout()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-settimeout) / globalThis.[clearTimeout()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-cleartimeout) - [x] globalThis.[setInterval()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-setinterval) / globalThis.[clearInterval()](https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-clearinterval) - [x] globalThis.[structuredClone()](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone) - [x] globalThis.[WebAssembly](https://webassembly.github.io/spec/js-api/#namespacedef-webassembly).[compile()](https://webassembly.github.io/spec/js-api/#dom-webassembly-compile) - [x] globalThis.[WebAssembly](https://webassembly.github.io/spec/js-api/#namespacedef-webassembly).[compileStreaming()](https://webassembly.github.io/spec/web-api/#dom-webassembly-compilestreaming) - [x] globalThis.[WebAssembly](https://webassembly.github.io/spec/js-api/#namespacedef-webassembly).[instantiate()](https://webassembly.github.io/spec/js-api/#dom-webassembly-instantiate) - [x] globalThis.[WebAssembly](https://webassembly.github.io/spec/js-api/#namespacedef-webassembly).[instantiateStreaming()](https://webassembly.github.io/spec/web-api/#dom-webassembly-instantiatestreaming) - [x] globalThis.[WebAssembly](https://webassembly.github.io/spec/js-api/#namespacedef-webassembly).[validate()](https://webassembly.github.io/spec/js-api/#dom-webassembly-validate)
https://common-min-api.proposal.wintercg.org/
Interfaces:
Global methods / properties: