diff --git a/docs/api/structures/stream-protocol-response.md b/docs/api/structures/stream-protocol-response.md deleted file mode 100644 index ac5718d07fdf4..0000000000000 --- a/docs/api/structures/stream-protocol-response.md +++ /dev/null @@ -1,5 +0,0 @@ -# StreamProtocolResponse Object - -* `statusCode` Number (optional) - The HTTP response code. -* `headers` Record (optional) - An object containing the response headers. -* `data` ReadableStream | null - A Node.js readable stream representing the response body. diff --git a/docs/api/structures/string-protocol-response.md b/docs/api/structures/string-protocol-response.md deleted file mode 100644 index 19414e3f2aa7c..0000000000000 --- a/docs/api/structures/string-protocol-response.md +++ /dev/null @@ -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. diff --git a/filenames.auto.gni b/filenames.auto.gni index 96103e92df79d..905fcb9e8a4c7 100644 --- a/filenames.auto.gni +++ b/filenames.auto.gni @@ -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",