Skip to content

Commit

Permalink
delete the other one
Browse files Browse the repository at this point in the history
so that the order matches the docs
  • Loading branch information
verhovsky committed Apr 22, 2022
1 parent 2eb50ad commit 92343be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ await fetch("https://httpbin.org/post", {method: "post", body: form})
| .set() | ✔️ | ✔️ | ✔️ ||
| .get() | ✔️ | ✔️ | ✔️ ||
| .getAll() | ✔️ | ✔️ | ✔️ ||
| .forEach() | ✔️ | ✔️ | ✔️ ||
| .keys() | ✔️ | ✔️ | ✔️ ||
| .values() | ✔️ | ✔️ | ✔️ ||
| .entries() | ✔️ | ✔️ | ✔️ ||
| .forEach() | ✔️ | ✔️ | ✔️ ||
| Symbol.iterator | ✔️ | ✔️ | ✔️ ||
| CommonJS | ✔️ || ✔️ | ✔️ |
| ESM | ✔️ | ✔️ | ✔️<sup>2</sup> | ✔️<sup>2</sup> |
Expand Down

0 comments on commit 92343be

Please sign in to comment.