showroom icon indicating copy to clipboard operation
showroom copied to clipboard

FF<66 Does not support `import()`

Open bennypowers opened this issue 5 years ago • 1 comments

Please consider transpiling to AMD or other such solution for the demo. Preferably, using differential serving to reserve transformed builds for incapable browsers only.

Best, B

bennypowers avatar Jan 06 '19 12:01 bennypowers

I Agree. Since all showroom commands on the server-side are reflected to commands with the same name on the client-side (without the await part as they are not async) I should be adding in-browser test runner.

Regarding dynamic imports there is a polyfill that can be added to the HTML (main config file). Haven't yet tried it, theoretically should work.

Will update.

eavichay avatar May 23 '19 15:05 eavichay