string representations of objects in node and the browser
inspect-js3 months agoDefine a data property on an object. Will fall back to assignment in an engine without descriptors.
ljharb12 months agoObject.defineProperty
, but not IE 8's broken one.