menu
custom_universal_html package
documentation
js.dart
js.dart
dark_mode
light_mode
js
library
Classes
JsArray
<
E
>
A
List
that proxies a JavaScript array.
JsFunction
A proxy on a JavaScript Function object.
JsObject
A proxy on a JavaScript object.
Properties
context
→
JsObject
The JavaScript global object, usually
window
.
no setter
Functions
allowInterop
<
F extends
Function
>
(
F
f
)
→ F
Returns a wrapper around function
f
that can be called from JavaScript using
package:js
JavaScript interop.
allowInteropCaptureThis
(
Function
f
)
→
Function
Returns a wrapper around function
f
that can be called from JavaScript using
package:js
JavaScript interop, passing JavaScript
this
as the first argument.
custom_universal_html package
documentation
js.dart
custom_universal_html
package
Libraries
controller
html
indexed_db
js
js_util
parsing
svg
web_audio
web_gl
universal_html.js library