Skip to content

Commit 2682042

Browse files
committed
removed filePath doc as it no longer exists
1 parent 38f536a commit 2682042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ new Thread(someFunction, "module", ['import Something from "../some.bundle.js";'
4848

4949
### Standard API
5050
| Method / variable | Description |
51-
|------------------------------------ |---------------------------------------------------------------------------------------------------------------------------- |
52-
| filePath | The full path to the worker file (in temp dir) |
51+
|------------------------------------ |----------------------------------------------------------------------------------------------------------------------------
5352
| worker | The Worker. |
5453
| stopped | Tells if the worker has been stopped |
5554
| postMessage(msg) | Sends data to the Thread |

0 commit comments

Comments
 (0)