Changes

Jump to: navigation, search

WebAPI/BrowserAPI/Common Subset

857 bytes added, 07:32, 14 January 2015
Add MS APIs
| reload()
| reload()
|refresh()
|-
! Stop
| stop()
| stop()
|stop()
|-
! Go backNavigate to previous page in history
| goBack()
| back()
|goBack()
|-
! Go forwardNavigate to next page in history
| goForward()
| forward()
|goForward()
|-
! Can go back?
| getCanGoBack()
| canGoBack()
|canGoBack
|-
! Can go forward?
| getCanGoForward()
| canGoForward()
|canGoForward
|-
! Go to particular history entry
| go()
|
|-
! Go to particular URL
| iframe.src
| webview.src
| navigate(), navigateWithHttpRequestMessage(), navigateToLocalStreamUri()
|-
! Load a data URL or string
| iframe.src
| webview.src, loadDataWithBaseUrl()
| navigateToString()
|}
|
| executeScript()
|invokeScriptAsync()
|-
! Inject CSS
|
| insertCSS()
||-! Get document title|| documentTitle|
|}
| getScreenshot()
|
| capturePreviewToBlobAsync()
|-
! Capture content
|
| captureSelectedContentToDataPackageAsync()
|
|-
| mozbrowsererror
| loadabort
|MSWebViewUnviewableContentIdentified
|-
! on favicon change
| mozbrowserloadend
| loadcommit, contentload
|MSWebViewDOMContentLoaded, MSWebViewFrameDOMContentLoaded, MSWebViewNavigationCompleted, MSWebViewFrameNavigationCompleted
|-
! on load start
| mozbrowserloadstart
| loadstart
|MSWebViewNavigationStart, MSWebViewFrameNavigationStarting
|-
! on load stop
| loadstop
|
|-
! on loading
|
|
| MSWebViewContentLoading, MSWebViewFrameContentLoading
|-
! on load redirect
| zoomchange
|
|-
! on window.external.notify
|
|
| MSWebViewScriptNotify
|}
Confirm
346
edits

Navigation menu