docs: remove unused StreamProtocolResponse / StringProtocolResponse (#25573)
This commit is contained in:
parent
4f54d71518
commit
29c6864ee1
3 changed files with 0 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
|||
# StreamProtocolResponse Object
|
||||
|
||||
* `statusCode` Number (optional) - The HTTP response code.
|
||||
* `headers` Record<String, String | String[]> (optional) - An object containing the response headers.
|
||||
* `data` ReadableStream | null - A Node.js readable stream representing the response body.
|
|
@ -1,5 +0,0 @@
|
|||
# StringProtocolResponse Object
|
||||
|
||||
* `mimeType` String (optional) - MIME type of the response.
|
||||
* `charset` String (optional) - Charset of the response.
|
||||
* `data` String | null - A string representing the response body.
|
|
@ -119,8 +119,6 @@ auto_filenames = {
|
|||
"docs/api/structures/shared-worker-info.md",
|
||||
"docs/api/structures/shortcut-details.md",
|
||||
"docs/api/structures/size.md",
|
||||
"docs/api/structures/stream-protocol-response.md",
|
||||
"docs/api/structures/string-protocol-response.md",
|
||||
"docs/api/structures/task.md",
|
||||
"docs/api/structures/thumbar-button.md",
|
||||
"docs/api/structures/trace-categories-and-options.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue