()
| 12019 | #state; |
| 12020 | // Creates network error Response. |
| 12021 | static error() { |
| 12022 | const responseObject = fromInnerResponse(makeNetworkError(), "immutable"); |
| 12023 | return responseObject; |
| 12024 | } |
| 12025 | // https://fetch.spec.whatwg.org/#dom-response-json |
| 12026 | static json(data, init = void 0) { |
| 12027 | webidl.argumentLengthCheck(arguments, 1, "Response.json"); |
no test coverage detected