We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27e750 commit 4b2e026Copy full SHA for 4b2e026
fetch/api/headers/historical.any.js
@@ -0,0 +1,4 @@
1
+test(() => {
2
+ assert_false("getAll" in new Headers)
3
+ assert_false("getAll" in Headers.prototype)
4
+}, "Headers object no longer has a getAll() method")
0 commit comments