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 325fec9 commit a9afb38Copy full SHA for a9afb38
README.md
@@ -77,7 +77,7 @@ const MyComponent = () => (
77
78
`<WebWorker>` takes the following properties:
79
80
-- `path` {string} Public path to the Web Worker file (from the root of your domain)
+- `path` {string} (required) Public path to the Web Worker file (from the root of your domain)
81
- `onMessage` {Function} Callback function invoked when a message is received, passing message data as argument
82
- `onError` {Function} Callback function invoked when an error is received, passing error object as argument
83
0 commit comments