值
字符串。
示例
js
// In a Web worker, on the page https://:8080/
const result = location.port; // Returns '8080'
规范
| 规范 |
|---|
| HTML # dom-workerlocation-port |
浏览器兼容性
加载中…
另见
- 它所属的
WorkerLocation接口。
字符串。
// In a Web worker, on the page https://:8080/
const result = location.port; // Returns '8080'
| 规范 |
|---|
| HTML # dom-workerlocation-port |
加载中…
WorkerLocation 接口。