WorkerLocation: origin property

Note: This feature is only available in Web Workers.

The origin property of a WorkerLocation object returns the worker's origin.

Value

A string.

Examples

js
// On this page, returns the origin
const result = self.location.origin; // Returns:'https://developer.mozilla.org:443'

Specifications

Specification
HTML
# dom-workerlocation-origin

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
origin

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also