util/web/web library
Classes
- WebUtils
- Helper providing access to features having different implementations in browser and on native platforms.
Properties
- exitFullscreenClosure ↔ JSFunction?
-
getter/setter pair
- fullscreenElement ↔ JSAny?
-
getter/setter pair
- mozCancelFullScreenClosure ↔ JSFunction?
-
getter/setter pair
- mozRequestFullScreenClosure ↔ JSFunction?
-
getter/setter pair
- msExitFullscreenClosure ↔ JSFunction?
-
getter/setter pair
- msFullscreenElement ↔ JSAny?
-
getter/setter pair
- msRequestFullscreenClosure ↔ JSFunction?
-
getter/setter pair
- requestFullscreenClosure ↔ JSFunction?
-
getter/setter pair
- webkitCancelFullScreenClosure ↔ JSFunction?
-
getter/setter pair
- webkitFullscreenElement ↔ JSAny?
-
getter/setter pair
- webkitRequestFullScreenClosure ↔ JSFunction?
-
getter/setter pair
Functions
-
cleanIndexedDB(
String? except) → JSPromise< JSAny?> -
exitFullscreen(
) → void -
mozCancelFullScreen(
) → void -
mozRequestFullScreen(
) → void -
msExitFullscreen(
) → void -
msRequestFullscreen(
) → void -
requestFullscreen(
) → void -
webkitCancelFullScreen(
) → void -
webkitRequestFullScreen(
) → void