Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinterCG compatibility #295

Open
19 of 57 tasks
Xmader opened this issue Mar 14, 2024 · 0 comments
Open
19 of 57 tasks

WinterCG compatibility #295

Xmader opened this issue Mar 14, 2024 · 0 comments

Comments

@Xmader
Copy link
Member

Xmader commented Mar 14, 2024

This issue is to track the progress to make PythonMonkey compatible with WinterCG's interoperable Common Minimum API.


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()

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant