mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
187 B
187 B
sidebar_label |
---|
WebWorker.url |
WebWorker.url() method
The URL of this web worker.
Signature:
class WebWorker {
url(): string;
}
Returns:
string