blob: 6f6f9e799ff176630b29302ab3d03d28ac9349ac [file] [log] [blame]
try {
postMessage(1, null);
} catch(e) {
postMessage(e instanceof TypeError);
}