Skip to content

Instantly share code, notes, and snippets.

@WebReflection
Last active December 15, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebReflection/5247136 to your computer and use it in GitHub Desktop.
Save WebReflection/5247136 to your computer and use it in GitHub Desktop.
A possible Object.setPrototypeOf(object, proto) polyfill from the unknown future of JS
@ljharb
Copy link

ljharb commented May 16, 2013

Any update to this one? I'd love to see a fully functional one so I can include it in the ES6 shim :-)

@cscott
Copy link

cscott commented Feb 27, 2014

Looks like the functional one is https://gist.github.com/WebReflection/5593554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment