We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012451d commit 6e2e68fCopy full SHA for 6e2e68f
tests/test_worker_module.js
@@ -10,7 +10,7 @@ function handle_msg(e) {
10
switch(ev.type) {
11
case "abort":
12
parent.postMessage({ type: "done" });
13
- parent.onMessage = null; /* terminate the worker */
+ parent.onmessage = null; /* terminate the worker */
14
break;
15
case "sab":
16
/* modify the SharedArrayBuffer */
0 commit comments