We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c134f commit 7601041Copy full SHA for 7601041
runtime/src/ext/fetch/request/mod.ts
@@ -94,7 +94,7 @@ class Request {
94
#signal;
95
#body;
96
97
- /** https://fetch.spec.whatwg.org/#dom-request */
+ /** https://fetch.spec.whatwg.org/#request-class */
98
constructor(input: RequestInfo, init: RequestInit = { __proto__: null }) {
99
// 1. Let request be null.
100
let request = null;
0 commit comments