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
{{ message }}
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
Because prime.create uses native ES5 Object.create when available it will support prime.create(null), useful for creating blank data objects, in newer environments but not older environments. Also because it uses Object.create in newer environments it will support a second descriptors argument, but not in older environments.
The text was updated successfully, but these errors were encountered:
Because
prime.create
uses native ES5Object.create
when available it will supportprime.create(null)
, useful for creating blank data objects, in newer environments but not older environments. Also because it usesObject.create
in newer environments it will support a second descriptors argument, but not in older environments.The text was updated successfully, but these errors were encountered: