href
Summary
Returns the absolute URL that the object represents.
Property of apis/workers/WorkerLocationapis/workers/WorkerLocation
Syntax
Note: This property is read-only.
var result = object.href;
Return Value
Returns an object of type StringString
Notes
The href is the entire string of the URL.
Related specifications
- W3C Web Workers Specification
- W3C Editor’s Draft
Attributions
Microsoft Developer Network: Windows Internet Explorer API reference Article