mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Fix docs lint warnings
This commit is contained in:
@@ -44,7 +44,7 @@ loads no native modules after the Web Workers get started.
|
||||
process.dlopen = () => {
|
||||
throw new Error('Load native module is not safe')
|
||||
}
|
||||
new Worker('script.js')
|
||||
let worker = new Worker('script.js')
|
||||
```
|
||||
|
||||
[web-workers]: https://developer.mozilla.org/en/docs/Web/API/Web_Workers_API/Using_web_workers
|
||||
|
||||
Reference in New Issue
Block a user