You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@
38
38
- Improved some cases handling of array-replacer in `JSON.stringify` symbols handling fix
39
39
- Fixed many other old `JSON.{ parse, stringify }` bugs (numbers instead of strings as keys in replacer, handling negative zeroes, spaces, some more handling symbols cases, etc.)
40
40
- Fixed configurability and `ToString` conversion of some accessors
41
+
- Added throwing proper errors on an incorrect context in some `ArrayBuffer` and `DataView` methods
42
+
- Some minor `DataView` polyfill optimizations
41
43
-`RegExp.prototype.flags` marked as fixed from V8 ~ Chrome 111
42
44
- Added Opera Android 73 compat data mapping
43
45
- Added TypeScript definitions to `core-js-builder`
0 commit comments