|
@@ -310,7 +310,7 @@ webview.addEventListener('dom-ready', () => {
|
|
|
* `userAgent` String (optional) - A user agent originating the request.
|
|
|
* `extraHeaders` String (optional) - Extra headers separated by "\n"
|
|
|
* `postData` ([UploadRawData](structures/upload-raw-data.md) | [UploadFile](structures/upload-file.md) | [UploadFileSystem](structures/upload-file-system.md) | [UploadBlob](structures/upload-blob.md))[] - (optional)
|
|
|
- * `baseURLForDataURL` String(optional) - Base url for files to be loaded by the data url. This is needed only if the specified `url` is a data url and needs to load other files.
|
|
|
+ * `baseURLForDataURL` String (optional) - Base url for files to be loaded by the data url. This is needed only if the specified `url` is a data url and needs to load other files.
|
|
|
|
|
|
Loads the `url` in the webview, the `url` must contain the protocol prefix,
|
|
|
e.g. the `http://` or `file://`.
|