rstacruz / jsdom-global

Enable DOM in Node.js
477 stars 38 forks source link

ReferenceError: performance is not defined #59

Open siddharthvp opened 3 years ago

siddharthvp commented 3 years ago

performance on the window object isn't being exposed onto the global object.

https://developer.mozilla.org/en-US/docs/Web/API/Performance

MartinsOnuoha commented 1 year ago

Has anyone been able to fix this?