mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
dom: Hide debugging extension methods behind a pref.
This commit is contained in:
parent
9fe92ecb4c
commit
e6cdfddea6
14 changed files with 19 additions and 4 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue