dom: Hide debugging extension methods behind a pref.

This commit is contained in:
Josh Matthews 2020-07-14 12:16:34 -04:00
parent 9fe92ecb4c
commit e6cdfddea6
14 changed files with 19 additions and 4 deletions

View file

@ -3,3 +3,4 @@
// Files are sorted alphabetically. When committing polyfills
// order them with numbers, e.g. `01.innerhtml.js` will be executed before
// `05.jquery.js`
onunhandledrejection = (e) => console.error("xxxjdm error: " + JSON.stringify(e.reason));