browser_api

BrowserAPI

Library for accessing APIs embedded by Rebel Browser under the object window.rebel.

Kind: global class


browserAPI.loadInternalUrl(url) ⇒ boolean

Load a native chrome:// URL. URLs that cause the browser to crash (e.g. chrome://crash) are forbidden.

Kind: instance method of BrowserAPI
Returns: boolean - Whether the provided URL is a valid chrome:// URL.

Param Type Description
url string URL with a chrome:// protocol to load.