值
字符串。
示例
js
// On this page, returns the origin
const result = self.location.origin; // Returns:'https://mdn.org.cn:443'
规范
| 规范 |
|---|
| HTML # dom-workerlocation-origin |
浏览器兼容性
加载中…
另见
- 它所属的
WorkerLocation接口。
字符串。
// On this page, returns the origin
const result = self.location.origin; // Returns:'https://mdn.org.cn:443'
| 规范 |
|---|
| HTML # dom-workerlocation-origin |
加载中…
WorkerLocation 接口。