diff --git a/docs/api/structures/upload-file-system.md b/docs/api/structures/upload-file-system.md index dee996fbae63..d7a1b28a03a9 100644 --- a/docs/api/structures/upload-file-system.md +++ b/docs/api/structures/upload-file-system.md @@ -1,5 +1,7 @@ # UploadFileSystem Object +*(Deprecated)* + * `type` String - `fileSystem`. * `filsSystemURL` String - FileSystem url to read data for upload. * `offset` Integer - Defaults to `0`. diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 7e5a891076b8..34132af74d78 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1499,7 +1499,7 @@ process. Returns `Integer` - The chromium internal `pid` of the associated renderer. Can be compared to the `frameProcessId` passed by frame specific navigation events -(e.g. `did-frame-navigate`) +(e.g. `did-frame-navigate`) ### Instance Properties diff --git a/docs/api/webview-tag.md b/docs/api/webview-tag.md index 1d991ff2e697..6dd38b143614 100644 --- a/docs/api/webview-tag.md +++ b/docs/api/webview-tag.md @@ -309,7 +309,7 @@ webview.addEventListener('dom-ready', () => { * `httpReferrer` (String | [Referrer](structures/referrer.md)) (optional) - An HTTP Referrer url. * `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) - + * `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. Loads the `url` in the webview, the `url` must contain the protocol prefix,