getsentry / rrweb

record and replay the web
https://www.rrweb.io/
Other
9 stars 5 forks source link

fix: Fix checking for `patchTarget` in `initAdoptedStyleSheetObserver` #110

Closed mydea closed 9 months ago

mydea commented 9 months ago

Calling Object.getOwnPropertyDescriptor(undefined, 'xx') actually errors out, so let's probably guard there.

mydea commented 9 months ago

Opened PR upstream as well: https://github.com/rrweb-io/rrweb/pull/1327