3.11.1 - 2021.04.28
- Made
instanceof Promise
and.constructor === Promise
work with polyfilledPromise
for all native promise-based APIs - Added a workaround for some buggy V8 versions ~4.5 related to fixing of
%TypedArray%
static methods, #564
instanceof Promise
and .constructor === Promise
work with polyfilled Promise
for all native promise-based APIs%TypedArray%
static methods, #564