Find
C
ase-sensitive
R
egexp search
Path
mozilla-central
/
testing
/
web-platform
/
tests
/
html
/
webappapis
/
scripting
/
processing-model-2
/
unhandled-promise-rejections
/
support
Navigation
Enable keyboard shortcuts
Name
Description
Size
promise-access-control.py
function handleRejectedPromise(promise) { promise.catch(() => {}); } (function() { new Promise(function(resolve, reject) { reject(42); }); })();
459
promise-rejection-events.js
26469