webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Location Interface Reference

import"Location.idl";

Public Member Functions

void assign (USVString url)
 
void replace (USVString url)
 
void reload ()
 

Public Attributes

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

Member Function Documentation

◆ assign()

void Location::assign ( USVString  url)

◆ reload()

void Location::reload ( )

◆ replace()

void Location::replace ( USVString  url)

Member Data Documentation

◆ ancestorOrigins

readonly attribute DOMStringList Location::ancestorOrigins

◆ hash

attribute USVString Location::hash

◆ host

attribute USVString Location::host

◆ hostname

attribute USVString Location::hostname

◆ href

stringifier attribute USVString Location::href

◆ origin

readonly attribute USVString Location::origin

◆ pathname

attribute USVString Location::pathname

◆ port

attribute USVString Location::port

◆ protocol

attribute USVString Location::protocol

◆ search

attribute USVString Location::search

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