Skip to content

Commit

Permalink
add a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 30, 2023
1 parent aa2e288 commit ddcc8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog
##### Unreleased
- Simplified `structuredClone` polyfill, avoided second tree pass in cases of transferring
- Added support of `SuppressedError` to `structuredClone` polyfill
- Added support of [`SuppressedError`](https://github.com/tc39/proposal-explicit-resource-management#the-suppressederror-error) to `structuredClone` polyfill
- Removed unspecified unnecessary `ArrayBuffer` and `DataView` dependencies of `structuredClone` lack of which could cause errors in some entries in IE10-
- Fixed handling of fractional number part in [`Number.fromString`](https://github.com/tc39/proposal-number-fromstring)
- Compat data improvements:
Expand Down

0 comments on commit ddcc8f2

Please sign in to comment.