Webview Tag
Functions
addEventListener
Link copied to clipboard
abstract fun <K : Any> addEventListener(type: K, listener: (self: HTMLElement, ev: Any) -> Any, useCapture: Boolean)
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: ConsoleMessageEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: DidChangeThemeColorEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: DidFailLoadEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: DidFrameFinishLoadEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: DidNavigateEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: DidNavigateInPageEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: Event) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: FoundInPageEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: IpcMessageEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: LoadCommitEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: NewWindowEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: PageFaviconUpdatedEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: PageTitleUpdatedEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: PluginCrashedEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: UpdateTargetUrlEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(event: String, listener: (event: WillNavigateEvent) -> Unit, useCapture: Boolean = definedExternally): WebviewTag
Content copied to clipboard
abstract fun addEventListener(type: String, listener: EventListener, useCapture: Boolean)
Content copied to clipboard
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic)
Content copied to clipboard
fun addEventListener(type: String, callback: EventListener?, options: dynamic)
Content copied to clipboard
appendChild
Link copied to clipboard
attachShadow
Link copied to clipboard
canGoForward
Link copied to clipboard
canGoToOffset
Link copied to clipboard
capturePage
Link copied to clipboard
abstract fun capturePage(rect: Rectangle = definedExternally): Promise<NativeImage>
Content copied to clipboard
clearHistory
Link copied to clipboard
abstract fun clearHistory()
Content copied to clipboard
closeDevTools
Link copied to clipboard
abstract fun closeDevTools()
Content copied to clipboard
compareDocumentPosition
Link copied to clipboard
convertPointFromNode
Link copied to clipboard
abstract fun convertPointFromNode(point: DOMPointInit, from: dynamic, options: ConvertCoordinateOptions): DOMPoint
Content copied to clipboard
convertQuadFromNode
Link copied to clipboard
abstract fun convertQuadFromNode(quad: dynamic, from: dynamic, options: ConvertCoordinateOptions): DOMQuad
Content copied to clipboard
convertRectFromNode
Link copied to clipboard
abstract fun convertRectFromNode(rect: DOMRectReadOnly, from: dynamic, options: ConvertCoordinateOptions): DOMQuad
Content copied to clipboard
dispatchEvent
Link copied to clipboard
downloadURL
Link copied to clipboard
executeJavaScript
Link copied to clipboard
abstract fun executeJavaScript(code: String, userGesture: Boolean = definedExternally): Promise<Any>
Content copied to clipboard
findInPage
Link copied to clipboard
abstract fun findInPage(text: String, options: FindInPageOptions = definedExternally): Number
Content copied to clipboard
forceSpellCheck
Link copied to clipboard
fun forceSpellCheck()
Content copied to clipboard
getAttribute
Link copied to clipboard
getAttributeNames
Link copied to clipboard
getAttributeNode
Link copied to clipboard
getAttributeNodeNS
Link copied to clipboard
getAttributeNS
Link copied to clipboard
getBoundingClientRect
Link copied to clipboard
getBoxQuads
Link copied to clipboard
getClientRects
Link copied to clipboard
getElementsByClassName
Link copied to clipboard
getElementsByTagName
Link copied to clipboard
getElementsByTagNameNS
Link copied to clipboard
fun getElementsByTagNameNS(namespace: String?, localName: String): HTMLCollection
Content copied to clipboard
getRootNode
Link copied to clipboard
getUserAgent
Link copied to clipboard
getWebContents
Link copied to clipboard
getWebContentsId
Link copied to clipboard
getZoomFactor
Link copied to clipboard
getZoomLevel
Link copied to clipboard
goToOffset
Link copied to clipboard
hasAttribute
Link copied to clipboard
hasAttributeNS
Link copied to clipboard
hasAttributes
Link copied to clipboard
hasChildNodes
Link copied to clipboard
hasPointerCapture
Link copied to clipboard
insertAdjacentElement
Link copied to clipboard
insertAdjacentHTML
Link copied to clipboard
insertAdjacentText
Link copied to clipboard
insertBefore
Link copied to clipboard
insertText
Link copied to clipboard
inspectElement
Link copied to clipboard
inspectServiceWorker
Link copied to clipboard
abstract fun inspectServiceWorker()
Content copied to clipboard
inspectSharedWorker
Link copied to clipboard
abstract fun inspectSharedWorker()
Content copied to clipboard
isAudioMuted
Link copied to clipboard
isCurrentlyAudible
Link copied to clipboard
isDefaultNamespace
Link copied to clipboard
isDevToolsFocused
Link copied to clipboard
isDevToolsOpened
Link copied to clipboard
isEqualNode
Link copied to clipboard
isLoadingMainFrame
Link copied to clipboard
isSameNode
Link copied to clipboard
isWaitingForResponse
Link copied to clipboard
lookupNamespaceURI
Link copied to clipboard
lookupPrefix
Link copied to clipboard
openDevTools
Link copied to clipboard
abstract fun openDevTools()
Content copied to clipboard
pasteAndMatchStyle
Link copied to clipboard
abstract fun pasteAndMatchStyle()
Content copied to clipboard
print
Link copied to clipboard
abstract fun print(options: WebviewTagPrintOptions = definedExternally): Promise<Unit>
Content copied to clipboard
printToPDF
Link copied to clipboard
querySelector
Link copied to clipboard
querySelectorAll
Link copied to clipboard
releasePointerCapture
Link copied to clipboard
reloadIgnoringCache
Link copied to clipboard
abstract fun reloadIgnoringCache()
Content copied to clipboard
removeAttribute
Link copied to clipboard
removeAttributeNode
Link copied to clipboard
removeAttributeNS
Link copied to clipboard
removeChild
Link copied to clipboard
removeEventListener
Link copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: ConsoleMessageEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: DidChangeThemeColorEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: DidFailLoadEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: DidFrameFinishLoadEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: DidNavigateEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: DidNavigateInPageEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: Event) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: FoundInPageEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: IpcMessageEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: LoadCommitEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: NewWindowEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: PageFaviconUpdatedEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: PageTitleUpdatedEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: PluginCrashedEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: UpdateTargetUrlEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun removeEventListener(event: String, listener: (event: WillNavigateEvent) -> Unit): WebviewTag
Content copied to clipboard
abstract fun <K : Any> removeEventListener(type: K, listener: (self: HTMLElement, ev: Any) -> Any, useCapture: Boolean)
Content copied to clipboard
abstract fun removeEventListener(type: String, listener: EventListener, useCapture: Boolean)
Content copied to clipboard
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic)
Content copied to clipboard
fun removeEventListener(type: String, callback: EventListener?, options: dynamic)
Content copied to clipboard
removeInsertedCSS
Link copied to clipboard
replaceChild
Link copied to clipboard
replaceMisspelling
Link copied to clipboard
replaceWith
Link copied to clipboard
abstract fun replaceWith(vararg nodes: dynamic)
Content copied to clipboard
requestFullscreen
Link copied to clipboard
scrollIntoView
Link copied to clipboard
fun scrollIntoView()
Content copied to clipboard
fun scrollIntoView(arg: dynamic)
Content copied to clipboard
sendInputEvent
Link copied to clipboard
setAttribute
Link copied to clipboard
setAttributeNode
Link copied to clipboard
setAttributeNodeNS
Link copied to clipboard
setAttributeNS
Link copied to clipboard
fun setAttributeNS(namespace: String?, qualifiedName: String, value: String)
Content copied to clipboard
setAudioMuted
Link copied to clipboard
setLayoutZoomLevelLimits
Link copied to clipboard
abstract fun setLayoutZoomLevelLimits(minimumLevel: Number, maximumLevel: Number): Promise<Unit>
Content copied to clipboard
setPointerCapture
Link copied to clipboard
setUserAgent
Link copied to clipboard
setVisualZoomLevelLimits
Link copied to clipboard
abstract fun setVisualZoomLevelLimits(minimumLevel: Number, maximumLevel: Number): Promise<Unit>
Content copied to clipboard
setZoomFactor
Link copied to clipboard
setZoomLevel
Link copied to clipboard
showDefinitionForSelection
Link copied to clipboard
abstract fun showDefinitionForSelection()
Content copied to clipboard
stopFindInPage
Link copied to clipboard
webkitMatchesSelector
Link copied to clipboard
Properties
accessKeyLabel
Link copied to clipboard
allowpopups
Link copied to clipboard
assignedSlot
Link copied to clipboard
attributes
Link copied to clipboard
childElementCount
Link copied to clipboard
childNodes
Link copied to clipboard
children
Link copied to clipboard
classList
Link copied to clipboard
clientHeight
Link copied to clipboard
clientLeft
Link copied to clipboard
clientWidth
Link copied to clipboard
contentEditable
Link copied to clipboard
contextMenu
Link copied to clipboard
dataset
Link copied to clipboard
disableblinkfeatures
Link copied to clipboard
disablewebsecurity
Link copied to clipboard
dropzone
Link copied to clipboard
enableblinkfeatures
Link copied to clipboard
enableremotemodule
Link copied to clipboard
firstChild
Link copied to clipboard
firstElementChild
Link copied to clipboard
httpreferrer
Link copied to clipboard
isConnected
Link copied to clipboard
isContentEditable
Link copied to clipboard
lastElementChild
Link copied to clipboard
namespaceURI
Link copied to clipboard
nextElementSibling
Link copied to clipboard
nextSibling
Link copied to clipboard
nodeintegration
Link copied to clipboard
nodeintegrationinsubframes
Link copied to clipboard
offsetHeight
Link copied to clipboard
offsetLeft
Link copied to clipboard
offsetParent
Link copied to clipboard
offsetWidth
Link copied to clipboard
onblur
Link copied to clipboard
oncanplaythrough
Link copied to clipboard
onclick
Link copied to clipboard
oncontextmenu
Link copied to clipboard
oncopy
Link copied to clipboard
oncuechange
Link copied to clipboard
oncut
Link copied to clipboard
ondblclick
Link copied to clipboard
ondragenter
Link copied to clipboard
ondragexit
Link copied to clipboard
ondragleave
Link copied to clipboard
ondragover
Link copied to clipboard
ondragstart
Link copied to clipboard
ondurationchange
Link copied to clipboard
onfocus
Link copied to clipboard
ongotpointercapture
Link copied to clipboard
oninput
Link copied to clipboard
onkeydown
Link copied to clipboard
onkeypress
Link copied to clipboard
onkeyup
Link copied to clipboard
onloadeddata
Link copied to clipboard
onloadedmetadata
Link copied to clipboard
onloadstart
Link copied to clipboard
onlostpointercapture
Link copied to clipboard
onmousedown
Link copied to clipboard
onmouseenter
Link copied to clipboard
onmouseleave
Link copied to clipboard
onmousemove
Link copied to clipboard
onmouseout
Link copied to clipboard
onmouseover
Link copied to clipboard
onmouseup
Link copied to clipboard
onpaste
Link copied to clipboard
onpointercancel
Link copied to clipboard
onpointerdown
Link copied to clipboard
onpointerenter
Link copied to clipboard
onpointerleave
Link copied to clipboard
onpointermove
Link copied to clipboard
onpointerout
Link copied to clipboard
onpointerover
Link copied to clipboard
onpointerup
Link copied to clipboard
onprogress
Link copied to clipboard
onratechange
Link copied to clipboard
ontimeupdate
Link copied to clipboard
onvolumechange
Link copied to clipboard
onwheel
Link copied to clipboard
ownerDocument
Link copied to clipboard
parentElement
Link copied to clipboard
parentNode
Link copied to clipboard
previousElementSibling
Link copied to clipboard
previousSibling
Link copied to clipboard
scrollHeight
Link copied to clipboard
scrollLeft
Link copied to clipboard
scrollWidth
Link copied to clipboard
shadowRoot
Link copied to clipboard
spellcheck
Link copied to clipboard
style
Link copied to clipboard
textContent
Link copied to clipboard
webpreferences
Link copied to clipboard