Samuel Nystedt
Results
2
comments of
Samuel Nystedt
It seems all prototypes are broken. Just tried this now, ```typescript console.log(Object.prototype) ``` prints `[Object: null prototype] {}` in Node, while the edge runtime returns just the empty object, `{}`
Alright, so this was kind of a fast PR I made when discovering the issues with `AVAudioSessionModeMeasurement`. I'll come back to this and clean up the code. However it would...