-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Tracking the todolist:
- typed arrays to js.lib
- js.Promise references to js.lib [js] js.html externs refer deprecated js.Promise type haxe#8282
- Remap any other types that have moved to js.lib
- Add @:pure to typedarray constructors
- class constants on instances with trailing underscore
- Re-order overloads for better type interference (this is a work around for an overload bug)
- Split up either types into abstracts where possible. This one is a bit tricky but worth doing.
- Add missing
userVisibleOnly
field, see [js] js.html.push.PushSubscriptionOptionsInit is missing userVisibleOnly field haxe#9027
Metadata
Metadata
Assignees
Labels
No labels