From 2682042ae4fdae26fa90458b0a27d2a7ad5defee Mon Sep 17 00:00:00 2001 From: duart38 Date: Wed, 14 Apr 2021 13:29:23 +0200 Subject: [PATCH] removed filePath doc as it no longer exists --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dccb340..f835ad6 100644 --- a/README.md +++ b/README.md @@ -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 |