Skip to content

package:web v1.1.0

Latest
Compare
Choose a tag to compare
@kevmoo kevmoo released this 24 Sep 22:34
· 4 commits to main since this release
6538aca
  • Added HttpStatus class that declares http status codes. This is a copy of
    the HttpStatus from the dart:_internal library that's exposed only through
    dart:io and dart:html.
  • Added JSImmutableListWrapper which helps create a dart list from a JS list.
  • Deprecated TouchListWrapper and TouchListConvert in favor of
    JSImmutableListWrapper.
  • Added [] and []= overloaded operators to types which define unnamed
    getters and setters, respectively.
  • Exposed constants with primitive values as non-external so they can be
    switched over.
  • Add an extension responseHeaders to XMLHttpRequest.
  • Correctly namespace WebAssembly types.
  • Added CrossOriginWindow and CrossOriginLocation wrappers for cross-origin
    windows and locations, respectively, that can be accessed through
    HTMLIFrameElement.contentWindowCrossOrigin, Window.openCrossOrigin,
    Window.openerCrossOrigin, Window.topCrossOrigin,
    and Window.parentCrossOrigin.