Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Object.create() |
||
Object.create() |
Removed redundant check `&& prototype !== null` in the polyfill. The check notifies the user that he must pass an object or null, only to throw an error right after if the user does provide null. |