docs: deprecate UploadFileSystem (#13064)
Deprecate UploadFileSystem in preparation for its being phased out completely in Chromium 66 and correspondingly Electron 4.0.0.
This commit is contained in:
parent
fd25f594cd
commit
265aa3da29
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
# UploadFileSystem Object
|
# UploadFileSystem Object
|
||||||
|
|
||||||
|
*(Deprecated)*
|
||||||
|
|
||||||
* `type` String - `fileSystem`.
|
* `type` String - `fileSystem`.
|
||||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||||
* `offset` Integer - Defaults to `0`.
|
* `offset` Integer - Defaults to `0`.
|
||||||
|
|
|
@ -1499,7 +1499,7 @@ process.
|
||||||
|
|
||||||
Returns `Integer` - The chromium internal `pid` of the associated renderer. Can
|
Returns `Integer` - The chromium internal `pid` of the associated renderer. Can
|
||||||
be compared to the `frameProcessId` passed by frame specific navigation events
|
be compared to the `frameProcessId` passed by frame specific navigation events
|
||||||
(e.g. `did-frame-navigate`)
|
(e.g. `did-frame-navigate`)
|
||||||
|
|
||||||
### Instance Properties
|
### Instance Properties
|
||||||
|
|
||||||
|
|
|
@ -309,7 +309,7 @@ webview.addEventListener('dom-ready', () => {
|
||||||
* `httpReferrer` (String | [Referrer](structures/referrer.md)) (optional) - An HTTP Referrer url.
|
* `httpReferrer` (String | [Referrer](structures/referrer.md)) (optional) - An HTTP Referrer url.
|
||||||
* `userAgent` String (optional) - A user agent originating the request.
|
* `userAgent` String (optional) - A user agent originating the request.
|
||||||
* `extraHeaders` String (optional) - Extra headers separated by "\n"
|
* `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) -
|
* `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 (with trailing path separator) 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 (with trailing path separator) 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,
|
Loads the `url` in the webview, the `url` must contain the protocol prefix,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue