Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
[string or double] storage_quota
Sets the total size (in bytes) allotted to all local storage applications (including IndexedDB). A BrightScript integer is only guaranteed to be able to represent a count of bytes up to 2GB so avoid using integers when calculating the size: Use float or double instead since they can represent values over 2GB (string can also be used but is not recommended). If the storage path is specified without a storage quota, Chromium defaults to reserving 1GB plus 10% of the total size of the storage device.
[roMessagePort] port
Configures the message port to which the roHtmlWidget instance will send events. When using initialization parameters, the port
parameter should be used instead of the SetPort()
method to ensure the script can catch load-started
, load-finished
, and load-error
events.
...
SetMultichannelAudioOutputs(outputs As roArray) As Boolean
Deprecated. Use the Use multi_channel_audio_outputs
in initialization parameters instead.
SetHWZDefault(default As String) As Void Anchorsethwzdefault() sethwzdefault()
sethwzdefault() | |
sethwzdefault() |
Deprecated. Use hwz_default
in initialization parameters instead.
...
EnableCanvas2dAcceleration(enable As Boolean) As Boolean
Deprecated. Use enable_canvas_2d_acceleration_enabled
in initialization parameters instead.
SetUserStylesheet(URI As String) As Boolean
Anchor | ||||
---|---|---|---|---|
|
Deprecated. Use user_stylesheet
in initialization parameters instead.
...
EnableJavaScript(enable As Boolean) As Boolean
Deprecated. Use javascript_enabled
in initialization parameters instead.
AllowJavaScriptURLs(url_collection As roAssociativeArray)
Deprecated. Use url
in initialization parameters instead.
...
StartInspectorServer(port As Integer) As Boolean
Deprecated. Use inspector_server
in initialization parameters instead.
SetUserAgent(user_agent As String) As Boolean
Deprecated. Use user_agent
in initialization parameters instead.
...
SetUserAgentSuffix(suffix As String) As Boolean
Deprecated. Use uUse user_agent
in initialization parameters instead.
...
Allows the user to set up one or more proxies. If proxy pac files are included, this method must be used to specify authentication parameters.
ifMessagePort
SetPort(port As roMessagePort)
...