Skip to content

Commit

Permalink
mark value argument of URLSearchParams.prototype.{ has, delete }
Browse files Browse the repository at this point in the history
…as supported from Bun 1.0.31

oven-sh/bun#9263
  • Loading branch information
zloirock committed Mar 15, 2024
1 parent b581928 commit c3fc79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
- Added a fix of [Bun `queueMicrotask` arity](https://github.com/oven-sh/bun/issues/9249)
- Added a fix of [Bun `URL.canParse` arity](https://github.com/oven-sh/bun/issues/9250)
- Compat data improvements:
- [`value` argument of `URLSearchParams.prototype.{ has, delete }`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as supported [from Bun 1.0.31](https://github.com/oven-sh/bun/issues/9263)
- Added React Native 0.74 Hermes compat data, `Array.prototype.{ toSpliced, toReversed, with }` and `atob` marked as supported
- Added Deno 1.41.3 compat data mapping
- Added Opera Android 81 compat data mapping
Expand Down
2 changes: 2 additions & 0 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -2663,13 +2663,15 @@ export const data = {
safari: '14.0',
},
'web.url-search-params.delete': {
bun: '1.0.31',
chrome: '118',
deno: '1.35',
firefox: '115',
node: '20.2.0',
safari: '17.0',
},
'web.url-search-params.has': {
bun: '1.0.31',
chrome: '118',
deno: '1.35',
firefox: '115',
Expand Down

0 comments on commit c3fc79f

Please sign in to comment.