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 30064ba commit dcd4016Copy full SHA for dcd4016
runtime/src/ext/fetch/headers/mod.ts
@@ -1,4 +1,8 @@
1
class Headers {
2
+ // TODO: Private properties
3
+ // #guard
4
+ // #headerList
5
+
6
// TODO: this is HeaderList type
7
// https://fetch.spec.whatwg.org/#headers-class
8
constructor(init = undefined) {
0 commit comments