File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 9
9
- Includes ` DOMException#stack ` property polyfill in engines that should have it
10
10
- Reuses native ` DOMException ` implementations where it's possible (for example, in old NodeJS where it's not exposed as global)
11
11
- Added [ support of ` cause ` on all Error types] ( https://github.com/tc39/proposal-error-cause )
12
- - Added ` Error.prototype.toString ` polyfill with many different engines bugs fixes
13
- - Added ` Number.prototype.toExponential ` method polyfill with many different fixes for the most engines
12
+ - Added ` Error.prototype.toString ` method polyfill with fixes of many different bugs of JS engines
13
+ - Added ` Number.prototype.toExponential ` method polyfill with fixes of many different bugs of JS engines
14
14
- [ ` Array ` grouping proposal] ( https://github.com/tc39/proposal-array-grouping ) :
15
15
- Moved to the stage 3
16
16
- Added ` Array.prototype.groupByToMap ` method
27
27
- Added ` Iterator.prototype.toAsync ` method from [ the iterator helpers stage 2 proposal] ( https://github.com/tc39/proposal-iterator-helpers )
28
28
- [ ` Array.fromAsync ` proposal] ( https://github.com/tc39/proposal-array-from-async ) moved to stage 2
29
29
- Added [ ` String.cooked ` stage 1 proposal] ( https://github.com/tc39/proposal-string-cooked ) :
30
- - ` String.cooked `
31
30
- Added [ ` Function.prototype.unThis ` stage 0 proposal] ( https://github.com/js-choi/proposal-function-un-this )
32
31
- Added [ ` Function.{ isCallable, isConstructor } ` stage 0 proposal] ( https://github.com/caitp/TC39-Proposals/blob/trunk/tc39-reflect-isconstructor-iscallable.md ) :
33
32
- ` Function.isCallable `
You can’t perform that action at this time.
0 commit comments