I have an experimental web component and I tried just using platform.js to enable this Web component in other browsers with limited success.
In Safari, I just get an error. In fact, it doesn't even try to load the import. It looks like it fails before ever getting started.
Here's the error:
[Error] Error: Assertion failed
c (platform.js, line 12)
b (platform.js, line 13)
insertBefore (platform.js, line 13)
(anonymous function) (platform.js, line 14)
Interesting how copy-paste of the stack trace gives me different locations even though I have platform.js.map and see individual file references in the console.
The trace is really:
events.js:405
events.js:405
Node.js:29
Elements.js:13
ShadowCSS.js:685
Any ideas?
--Alex Miłowski