Skip to content

Commit

Permalink
removed filePath doc as it no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Apr 14, 2021
1 parent 38f536a commit 2682042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ new Thread(someFunction, "module", ['import Something from "../some.bundle.js";'

### Standard API
| Method / variable | Description |
|------------------------------------ |---------------------------------------------------------------------------------------------------------------------------- |
| filePath | The full path to the worker file (in temp dir) |
|------------------------------------ |----------------------------------------------------------------------------------------------------------------------------
| worker | The Worker. |
| stopped | Tells if the worker has been stopped |
| postMessage(msg) | Sends data to the Thread |
Expand Down

0 comments on commit 2682042

Please sign in to comment.