JSPM

object.create

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q77404F
  • License MIT

Object.create replacement fixes bug in IE9-11

Package Exports

  • object.create

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (object.create) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Object.create fix for IE9-11

This fixes the bug: All IE Objects Are Kinda Broken

To use the Object.create fix, just drop a single JavaScript file into your page:

<script src="index.js"></script>

or load as the Node.js module:

require('object.create');

Download the latest Object.create fix from GitHub.

npm

npm install object.create

Bower

bower install object.create

License

The Object.create fix is released under the MIT license.