Skip to content

Commit 318fa4f

Browse files
committedJan 14, 2023
mark self as fixed in Deno 1.29.3
denoland/deno#17362
1 parent 64b52bf commit 318fa4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Added Quest Browser 25 compat data mapping
1313
- Added React Native 0.71 Hermes compat data
1414
- Added Electron 23 and 24 compat data mapping
15+
- `self` marked as fixed in Deno 1.29.3, [deno/17362](https://github.com/denoland/deno/pull/17362)
1516
- Minor tweaks of minification settings for `core-js-bundle`
1617
- Refactoring, some minor fixes, improvements, optimizations
1718

‎packages/core-js-compat/src/data.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ export const data = {
23312331
'web.self': {
23322332
chrome: '86',
23332333
// https://github.com/denoland/deno/issues/15765
2334-
// deno: false,
2334+
deno: '1.29.3',
23352335
// fails in early Chrome-based Edge
23362336
// edge: '12',
23372337
firefox: '31',

0 commit comments

Comments
 (0)
Please sign in to comment.