puppeteer/test/assets/worker
Joel Einbinder 93fe2b57d6 feat(Page): introduce workers (#2560)
This adds `page.workers()`, and two events `workercreated` and `workerdestroyed`. It also forwards logs from a worker into the page `console` event.

Only dedicated workers are supported for now, ServiceWorkers will probably work differently because they aren't necessarily associated with a single page.

Fixes #2350.
2018-05-21 14:31:11 -07:00
..
worker.html feat(Page): introduce workers (#2560) 2018-05-21 14:31:11 -07:00
worker.js feat(Page): introduce workers (#2560) 2018-05-21 14:31:11 -07:00