WebAPI/BrowserAPI/Common Subset: Difference between revisions

Jump to navigation Jump to search
Add MS APIs
(Add chrome DOM events)
(Add MS APIs)
Line 10: Line 10:
| reload()
| reload()
| reload()
| reload()
|
| refresh()
|-
|-
! Stop
! Stop
| stop()
| stop()
| stop()
| stop()
|
| stop()
|-
|-
! Go back
! Navigate to previous page in history
| goBack()
| goBack()
| back()
| back()
|
| goBack()
|-
|-
! Go forward
! Navigate to next page in history
| goForward()
| goForward()
| forward()
| forward()
|
| goForward()
|-
|-
! Can go back?
! Can go back?
| getCanGoBack()
| getCanGoBack()
| canGoBack()
| canGoBack()
|
| canGoBack
|-
|-
! Can go forward?
! Can go forward?
| getCanGoForward()
| getCanGoForward()
| canGoForward()
| canGoForward()
|
| canGoForward
|-
|-
! Go to particular history entry
! Go to particular history entry
Line 41: Line 41:
| go()
| go()
|
|
|-
! Go to particular URL
| iframe.src
| webview.src
| navigate(), navigateWithHttpRequestMessage(), navigateToLocalStreamUri()
|-
! Load a data URL or string
| iframe.src
| webview.src, loadDataWithBaseUrl()
| navigateToString()
|}
|}


Line 71: Line 81:
|
|
| executeScript()
| executeScript()
|
| invokeScriptAsync()
|-
|-
! Inject CSS
! Inject CSS
|
|
| insertCSS()
| insertCSS()
|  
|
|-
! Get document title
|
| documentTitle
|
|}
|}


Line 102: Line 117:
| getScreenshot()
| getScreenshot()
|
|
| capturePreviewToBlobAsync()
|-
! Capture content
|
| captureSelectedContentToDataPackageAsync()
|
|
|-
|-
Line 208: Line 228:
| mozbrowsererror
| mozbrowsererror
| loadabort
| loadabort
|
| MSWebViewUnviewableContentIdentified
|-
|-
! on favicon change
! on favicon change
Line 218: Line 238:
| mozbrowserloadend
| mozbrowserloadend
| loadcommit, contentload
| loadcommit, contentload
|
| MSWebViewDOMContentLoaded, MSWebViewFrameDOMContentLoaded, MSWebViewNavigationCompleted, MSWebViewFrameNavigationCompleted
|-
|-
! on load start
! on load start
| mozbrowserloadstart
| mozbrowserloadstart
| loadstart
| loadstart
|
| MSWebViewNavigationStart, MSWebViewFrameNavigationStarting
|-
|-
! on load stop
! on load stop
Line 229: Line 249:
| loadstop
| loadstop
|
|
|-
! on loading
|
|
| MSWebViewContentLoading, MSWebViewFrameContentLoading
|-
|-
! on load redirect
! on load redirect
Line 314: Line 339:
| zoomchange
| zoomchange
|
|
|-
! on window.external.notify
|
|
| MSWebViewScriptNotify
|}
|}


Confirmed users
346

edits

Navigation menu