We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82843ad commit 1e77848Copy full SHA for 1e77848
README.md
@@ -138,7 +138,7 @@ const obj = {
138
* When a connection is made into this shared worker, expose `obj`
139
* via the connection `port`.
140
*/
141
-onconnect = function(event) {
+onconnect = function (event) {
142
const port = event.ports[0];
143
144
Comlink.expose(obj, port);
docs/examples/07-sharedworker-example/worker.js
@@ -25,7 +25,7 @@ const obj = {
25
26
27
28
29
30
31
0 commit comments