paulirish / trace.cafe

easy webperf trace sharing
https://trace.cafe/
Apache License 2.0
115 stars 2 forks source link

DT is broken in Safari #2

Open paulirish opened 1 year ago

paulirish commented 1 year ago

TypeError: Illegal constructor

image

cuz no support for constructable stylesheets: new CSSStyleSheet()

Safari Tech Preview seemingly has support...


However Safari TP then breaks on typeerror: i.setIconType is not a function . I think thats cuz its a subclass of a native HTMLElement and perhaps Safari TP doesn't support that:

image
paulirish commented 7 months ago

In today's safari i don't see either of those errors but i see TypeError: undefined is not an object (evaluating 's.checkboxElement.checked=Boolean(t)')

image