Skip to content

Commit

Permalink
Fetch: getAll() was removed from Headers (#5140)
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and jdm committed Mar 27, 2017
1 parent e27e750 commit 4b2e026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fetch/api/headers/historical.any.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test(() => {
assert_false("getAll" in new Headers)
assert_false("getAll" in Headers.prototype)
}, "Headers object no longer has a getAll() method")

0 comments on commit 4b2e026

Please sign in to comment.