Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

webview.MSWebViewUnviewableContentIdentified event

Raised when the WebView cannot find the content.

Syntax


function handler(eventInfo) { /* Your code */ }
 
// addEventListener syntax
webview.addEventListener("MSWebViewUnviewableContentIdentified", handler);
webview.removeEventListener("MSWebViewUnviewableContentIdentified", handler);


Event information

SynchronousNo
BubblesYes
CancelableNo

 

Event handler parameters

eventInfo

Type: Event

An object that contains information about the event. This exposes the following properties:

PropertyDescription
referrerGets the Uniform Resource Identifier (URI) of the page that contains the link to the unviewable content.
mediaTypeGets the content type of the unviewable content.

 

Requirements

Minimum supported client

Windows 10 [Windows Store apps only]

Minimum supported server

None supported

Minimum supported phone

None supported

See also

webview

 

 

Show: