Skip to content

Commit

Permalink
Merge pull request #53 from verhovsky/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Apr 22, 2022
2 parents e0751ae + 92343be commit b925ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ await fetch("https://httpbin.org/post", {method: "post", body: form})
| .keys() | ✔️ | ✔️ | ✔️ ||
| .values() | ✔️ | ✔️ | ✔️ ||
| .entries() | ✔️ | ✔️ | ✔️ ||
| .forEach() | ✔️ | ✔️ | ✔️ ||
| Symbol.iterator | ✔️ | ✔️ | ✔️ ||
| CommonJS | ✔️ || ✔️ | ✔️ |
| ESM | ✔️ | ✔️ | ✔️<sup>2</sup> | ✔️<sup>2</sup> |
Expand Down

0 comments on commit b925ce9

Please sign in to comment.