webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WorkerLocation Interface Reference

import"WorkerLocation.idl";

Public Attributes

stringifier readonly attribute USVString href
 
readonly attribute USVString protocol
 
readonly attribute USVString host
 
readonly attribute USVString hostname
 
readonly attribute USVString port
 
readonly attribute USVString pathname
 
readonly attribute USVString search
 
readonly attribute USVString hash
 
readonly attribute USVString origin
 

Member Data Documentation

◆ hash

readonly attribute USVString WorkerLocation::hash

◆ host

readonly attribute USVString WorkerLocation::host

◆ hostname

readonly attribute USVString WorkerLocation::hostname

◆ href

stringifier readonly attribute USVString WorkerLocation::href

◆ origin

readonly attribute USVString WorkerLocation::origin

◆ pathname

readonly attribute USVString WorkerLocation::pathname

◆ port

readonly attribute USVString WorkerLocation::port

◆ protocol

readonly attribute USVString WorkerLocation::protocol

◆ search

readonly attribute USVString WorkerLocation::search

The documentation for this interface was generated from the following file: