Source code

Revision control

Copy as Markdown

Other Tools

try {
postMessage(false, [null]);
} catch(e) {
postMessage(e instanceof TypeError);
}