-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Description
https://common-min-api.proposal.wintercg.org/
Interfaces:
- AbortController
- AbortSignal
- Blob
- ByteLengthQueuingStrategy
- CompressionStream
- CountQueuingStrategy
- Crypto
- CryptoKey
- DecompressionStream
- DOMException
- Event
- EventTarget
- File
- FormData
- Headers
- ReadableByteStreamController
- ReadableStream
- ReadableStreamBYOBReader
- ReadableStreamBYOBRequest
- ReadableStreamDefaultController
- ReadableStreamDefaultReader
- Request
- Response
- SubtleCrypto
- TextDecoder
- TextDecoderStream
- TextEncoder
- TextEncoderStream
- TransformStream
- TransformStreamDefaultController
- URL
- URLSearchParams
- WebAssembly.Global
- WebAssembly.Instance
- WebAssembly.Memory
- WebAssembly.Module
- WebAssembly.Table
- WritableStream
- WritableStreamDefaultController
Global methods / properties:
- globalThis
- globalThis.atob()
- globalThis.btoa()
- globalThis.console
- globalThis.crypto
- globalThis.fetch()
- globalThis.navigator.userAgent
- globalThis.performance.now()
- globalThis.performance.timeOrigin
- globalThis.queueMicrotask()
- globalThis.setTimeout() / globalThis.clearTimeout()
- globalThis.setInterval() / globalThis.clearInterval()
- globalThis.structuredClone()
- globalThis.WebAssembly.compile()
- globalThis.WebAssembly.compileStreaming()
- globalThis.WebAssembly.instantiate()
- globalThis.WebAssembly.instantiateStreaming()
- globalThis.WebAssembly.validate()
guest271314, fabiancook, qwtel, aidant and lukasMega