s_universal_html/src/s_universal_html_impl library

Properties

cookies String
no setter
documentTitle String
no setter
isFullscreen bool
no setter
isPageVisible bool
no setter
locationHash String
no setter
urlParameters Map<String, String>
no setter
windowHeight int
no setter
windowLocationHref String
no setter
windowWidth int
no setter

Functions

copyToClipboard(String text) Future<void>
disableTextSelection() → void
downloadBytesFile(String filename, List<int> bytes, String mimeType) → void
enableTextSelection() → void
exitFullscreen() Future<void>
getCssVariable(String name) String?
historyPushState(Object? state, String title, String url) → void
historyReplaceState(Object? state, String title, String url) → void
onBeforeUnload() Stream<void>
onContextMenu() Stream<void>
onFullscreenChange() Stream<void>
onKeyDown() Stream<void>
onKeyPress() Stream<void>
onKeyUp() Stream<void>
onMouseDown() Stream<void>
onMouseMove() Stream<void>
onMouseUp() Stream<void>
onPopState() Stream<void>
onResize() Stream<void>
onVisibilityChange() Stream<void>
onWindowBlur() Stream<void>
onWindowClick() Stream<void>
onWindowFocus() Stream<void>
preventDefaultContextMenu() → void Function()?
Prevents the browser's native right-click context menu globally. Returns a cancel callback that removes the listener when called.
printPage() → void
readFromClipboard() Future<String>
requestFullscreen() Future<void>
scrollBy(int x, int y) → void
scrollTo(int x, int y) → void
setCookieStr(String cookieStr) → void
setCssVariable(String name, String value) → void
setDocumentTitle(String value) → void
setLocationHash(String value) → void
windowBlur() → void
windowFocus() → void
windowLocationReplace(String url) → void
windowOpen(String url, String target) → void