|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 |
| void Location::assign | ( | USVString | url | ) |
| void Location::reload | ( | ) |
| void Location::replace | ( | USVString | url | ) |
| readonly attribute DOMStringList Location::ancestorOrigins |
| attribute USVString Location::hash |
| attribute USVString Location::host |
| attribute USVString Location::hostname |
| stringifier attribute USVString Location::href |
| attribute USVString Location::pathname |
| attribute USVString Location::port |
| attribute USVString Location::protocol |
| attribute USVString Location::search |
1.8.13