mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
7 lines
373 B
JavaScript
7 lines
373 B
JavaScript
// Keep files in this directory which you would like executed before
|
|
// any other script when servo is run with `--userscripts`
|
|
// 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));
|