17 lines
197 B
Markdown
17 lines
197 B
Markdown
---
|
|
sidebar_label: WebWorker.url
|
|
---
|
|
# WebWorker.url() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class WebWorker {url(): string;}
|
|
```
|
|
**Returns:**
|
|
|
|
string
|
|
|
|
The URL of this web worker.
|
|
|