Skip to main content
Array

Array

Modules


About 4 minfeaturees-standard
Collections

Collections

Core-JS uses native collections in most cases, just fixes methods / constructor, if it's required, and in old environments uses fast polyfill (O(1) lookup).


About 2 minfeaturees-standard
JSON

JSON

Since JSON object is missed only in very old engines like IE7-, Core-JS does not provide a full JSON polyfill, however, fix already existing implementations by the current standard, for example, well-formed JSON.stringify. JSON also fixed in other modules - for example, Symbol polyfill fixes JSON.stringify for correct work with symbols.


Less than 1 minutefeaturees-standard
Number

Number

Modules


About 1 minfeaturees-standardmissing-example
Object

Object

Modules


About 3 minfeaturees-standard
2