| Feature | Chrome/V8 | Firefox | Safari | Edge | Node.js | Deno | Bun |
|---|---|---|---|---|---|---|---|
| Iterator Helpers | β 117+ | π Partial | β 18.4+ | β 117+ | β 22+ | π Polyfill | β 1.1.31+ |
| Set Methods | β 122+ | β 127+ | β 17+ | β 122+ | β 22+ | β 1.45+ | β 1.1.5+ |
| Import Attributes | β 123+ | β 138+ | β 17.2+ | β 123+ | β 20.10+ | β 1.40+ | β 1.1.5+ |
| RegExp.escape() | β 136+ | β 134+ | β 18.2+ | β 136+ | β 24+ | β 2.3.2+ | β 1.1.23+ |
| Promise.try() | β 128+ | β 134+ | β 18.2+ | β 128+ | β 23+ | β 1.46+ | β 1.1.31+ |
| Float16Array | β 135+ | β 129+ | β 18.2+ | β 135+ | β 24+ | β 1.43+ | β 1.1.23+ |
Last active
July 8, 2025 14:25
-
-
Save nazarhussain/ca6bc81d96bd9dc37ba8f484a6cb3424 to your computer and use it in GitHub Desktop.
ES 2025
| Feature | Target | Lib | Single Feature Lib |
|---|---|---|---|
| Iterator Helper Methods | ESNext | esnext |
esnext.iterator |
| Set Methods | ESNext | esnext |
esnext.collection |
| New Regexp features | ESNext | esnext |
esnext.regexp |
| Promisel.try | ESNext | esnext |
esnext.promise |
| Float 16 support | ESNExt | esnext |
esnext.float16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment