WorkerLocation.search
The search
property of a WorkerLocation
object returns the search
part of the worker's location.
Syntax
string = location.search;
Examples
// In a Web worker, on the page https://developer.mozilla.org/en-US/docs/Web?t=67
var result = location.search; // Returns:'?t=67'
Specifications
Specification |
---|
HTML Standard # dom-workerlocation-search |
Browser compatibility
BCD tables only load in the browser
See also
- The
WorkerLocation
interface it belongs to.