(event)
| 4 | import { $$ } from "basic-devtools"; |
| 5 | |
| 6 | const stop = (event) => { |
| 7 | event.preventDefault(); |
| 8 | event.stopImmediatePropagation(); |
| 9 | }; |
| 10 | |
| 11 | // ⚠️ these two constants MUST be passed as `fs` |
| 12 | // within the worker onBeforeRunAsync hook! |
no outgoing calls
no test coverage detected