Skip to content

v0.11.0

Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 11 Oct 08:37
· 403 commits to main since this release
  • Add Request support
  • Add Response support
  • Add Event support
  • Add CustomEvent support
  • Add DOMException support
  • Fix runtime feature flag check during parsing process
    • This way, the feature flag not only applies to the target runtime of the compiled output, but also for the parsing runtime.
    • This change affects the following behavior:
      • Map and Set now falls back to Symbol.iterator if disabled.
      • ArrayBuffer and DataView to require Feature.TypedArray (due to how both requires Uint8Array)
      • Indirectly, classes like Blob and File is now indirectly affected by the Feature.TypedArray