Results 1 - 1 of 1

WorkerGlobalScope.dump()

The dump() method of the WorkerGlobalScope interface allows you to write a message to stdout — i.e. in your terminal, in Firefox only. This is the same as Firefox's window.dump, but for workers.
API dump Method Reference Web Workers WorkerGlobalScope