{ Map, Set, WeakMap, WeakSet }.{ from, of } became non-generic, following this and some other notes. Now they can be invoked without this, but no longer return subclass instances Fixed handling some cases of non-enumerable symbol keys from Symbol polyfill Removed unneeded NodeJS domains-related logic from queueMicrotask polyfill Fixed subclassing of wrapped ArrayBuffer Refactoring, many different