wasm-bindgen/webdriver.json
WhizSid 0753bec4c6
Worker tests (#3351)
* Running tests on workers without displaying errors

* Initializing the wasm bindgen only in worker

* Adding tests to run in workers

* Format

* Adding webdriver.json file

* Removed memory module from worker tests

* Keeping original JsValue without overwriting

* Updated the documentation
2023-04-26 19:09:15 +05:00

9 lines
115 B
JSON

{
"moz:firefoxOptions": {
"prefs": {
"dom.workers.modules.enabled": true
},
"args": []
}
}