Source code
Revision control
Copy as Markdown
Other Tools
if ("ignoreUnhandledRejections" in this) {
ignoreUnhandledRejections();
}
Array.prototype[Symbol.iterator] = function*() {
let rejected = Promise.reject(0);
let p = Promise.any([rejected]);
}
new Set(Object.keys(this));
new Set(Object.keys(this));
this.reportCompare && reportCompare(true, true);