html-externs icon indicating copy to clipboard operation
html-externs copied to clipboard

HTML externs for Haxe

Results 8 html-externs issues
Sort by recently updated
recently updated
newest added

https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addIceCandidate

It would be great if we could support the [new function type](https://github.com/HaxeFoundation/haxe-evolution/blob/master/proposals/0003-new-function-type.md) since this would provide richer completion/documentation for the working with JavaScript. I noticed this information is already available...

Removing prefixes of type names has caused confusions and issues (see https://github.com/HaxeFoundation/haxe/issues/9085) Consider rebuilding with original names and moving to another directory (deprecating js.html) if necessary See https://github.com/HaxeFoundation/haxe/issues/9085#issuecomment-574763899

Might make a lot of sense to hook into this to minimise development effort https://github.com/microsoft/TSJS-lib-generator

Tracking the todolist: - [ ] typed arrays to js.lib - [ ] js.Promise references to js.lib https://github.com/HaxeFoundation/haxe/issues/8282 - [ ] Remap any other types that have moved to js.lib...

https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen#Parameters

- [ ] Update readme instructions to sync with recent changes - [ ] Tidy and reorganise scripts to make it easy to reproduce