w3id / webunconfid-website

Website for WebunconfID
https://webunconf.wwwid.org
The Unlicense
48 stars 18 forks source link

Add web component loader to support unsupported browsers #44

Closed tyohan closed 6 years ago

tyohan commented 6 years ago

Put issue to track what I'm working on

achmadk commented 6 years ago

workaround in firefox (latest version);

  1. Open new tab then type about:config in firefox's address bar.
  2. search webcomponent in its searchbar.
  3. set dom.webcomponents.customelements.enabled and dom.webcomponents.shadowdom.enabled value to true.
tyohan commented 6 years ago

added