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