marp-team / marp-core

The core of Marp converter
MIT License
797 stars 132 forks source link

Suppress uncaught `DOMException` error while upgrading `<marp-pre>` Web Component elements in Firefox #384

Closed yhatt closed 2 months ago

yhatt commented 2 months ago

Fix #370.

This error is the error brought by Firefox while upgrading web components, and that is not affected to the subsequent browser script running on JavaScript main threads. Nevertheless, supressing errors is well-mannered.