browserUnhandledLoadRequest

Typemessage
Dictionarywidget.browser
LibraryBrowser
Syntax
browserUnhandledLoadRequest <pUrl>
Associationscom.livecode.widget.browser
Summary

Sent when the browser is unable to handle a load request.

Parameters
NameTypeDescription
pUrl

The URL of the request.

Description

The browserUnhandledLoadRequest message is sent to the widget's script object when the browser is unable to load a URL, typically due to an unrecognised URL scheme. The pUrl parameter contains the URL of the unhandled request.