Platforms to show: All Mac Windows Linux Cross-Platform
LinuxWebDataSourceMBS.Constructor
Function:
Creates a new WebKitWebDataSource instance.
Notes: The URL of the WebKitWebDataSource will be set to "about:blank".
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: The URL of the WebKitWebDataSource will be set to "about:blank".
See also:
LinuxWebDataSourceMBS.Constructor(request as LinuxWebNetworkRequestMBS)
Function:
Creates a new data source with the given network request.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
See also:
LinuxWebDataSourceMBS.Data as string
Function:
Returns the raw data that represents the the frame's content.
Notes: The data will be incomplete until the data has finished loading. Returns "" if the web frame hasn't loaded any data. Use isLoading to test if data source is in the process of loading.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: The data will be incomplete until the data has finished loading. Returns "" if the web frame hasn't loaded any data. Use isLoading to test if data source is in the process of loading.
LinuxWebDataSourceMBS.Destructor
Function:
The destructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
LinuxWebDataSourceMBS.Encoding as string
Function:
Returns the text encoding name as set in the WebView, or if not, the text encoding of the response.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
LinuxWebDataSourceMBS.InitialRequest as LinuxWebNetworkRequestMBS
Function:
Returns a reference to the original request that was used to load the web content.
Notes: The NetworkRequest returned by this method is the request prior to the "committed" load state. See Request for getting the "committed" request.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: The NetworkRequest returned by this method is the request prior to the "committed" load state. See Request for getting the "committed" request.
LinuxWebDataSourceMBS.IsLoading as boolean
Function:
Determines whether the data source is in the process of loading its content.
Notes: Returns true if loading or false if not.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: Returns true if loading or false if not.
LinuxWebDataSourceMBS.MainResource as LinuxWebResourceMBS
Function:
Returns the main resource of the data source.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
LinuxWebDataSourceMBS.Request as LinuxWebNetworkRequestMBS
Function:
Returns a NetworkRequest that was used to create this DataSource.
Notes: The NetworkRequest returned by this method is the request that was "committed", and hence, different from the request you get from the InitialRequest method.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: The NetworkRequest returned by this method is the request that was "committed", and hence, different from the request you get from the InitialRequest method.
LinuxWebDataSourceMBS.Subresources as LinuxWebResourceMBS()
Function:
Gives you a list of WebKitWebResource objects that compose the WebView to which this DataSource is attached.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
LinuxWebDataSourceMBS.UnrechableURI as string
Function:
Return the unreachable URI of data_source.
Notes: The data source will have an unreachable URL if it was created using WebFrame's LoadAlternateHtmlString method.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes: The data source will have an unreachable URL if it was created using WebFrame's LoadAlternateHtmlString method.
LinuxWebDataSourceMBS.WebFrame as LinuxWebFrameMBS
Function:
Returns the WebFrame that represents this data source.
Notes:
The WebFrame is owned by WebKit and should not be freed or destroyed.
This will return nil if the data_source is not attached to a frame.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | HTMLViewer Linux | MBS Linux Plugin | 13.5 | No | No | Yes | No | No |
Notes:
The WebFrame is owned by WebKit and should not be freed or destroyed.
This will return nil if the data_source is not attached to a frame.
The items on this page are in the following plugins: MBS Linux Plugin.

Links
MBS Xojo PDF Plugins