History of Object.create() Revision history for: English (US) Sep 3, 2016, 6:11:58 AM ariyankhan Previous Sep 3, 2016, 6:10:28 AM ariyankhan Previous Jul 25, 2016, 1:55:36 AM eduardoboucas Add "Return value" section and reword "Exceptions" as per Bug 1287421 Previous Jun 20, 2016, 3:11:00 AM fscholz Previous Jun 18, 2016, 5:46:34 AM kshirish Previous Jun 15, 2016, 4:05:51 PM MarkMYoung The polyfill now supports both a null prototype and the properties definition object. Previous Jun 4, 2016, 1:26:41 AM nem035 Previous Jun 4, 2016, 1:25:13 AM nem035 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. Previous Apr 1, 2016, 3:01:41 PM fscholz Previous Apr 1, 2016, 3:00:28 PM fscholz Technical review completed.