Source code

Revision control

Copy as Markdown

Other Tools

try {
postMessage(1, null);
} catch(e) {
postMessage(e instanceof TypeError);
}