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.
2 parents 76ced7e + a395ea4 commit fff3fdfCopy full SHA for fff3fdf
.github/FUNDING.yml
@@ -0,0 +1,4 @@
1
+# These are supported funding model platforms
2
+
3
+github: [duart38]
4
README.md
@@ -14,7 +14,7 @@
14
4. Supports Deno unstable features
15
5. Allows module imports inside the worker
16
17
-## example
+## Example
18
```typescript
19
let thread = new Thread<number>((e: MessageEvent)=>{
20
console.log('Worker: Message received from main script');
0 commit comments