Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Location Interface Reference

import <dart.idl;

Public Member Functions

void assign (optional DOMString url)
 
void replace ([Default=Undefined] optional DOMString url)
 
void reload ()
 

Public Attributes

attribute URLString href
 
attribute DOMString href
 
attribute TrustedURL trustedHref
 
attribute DOMString protocol
 
attribute DOMString host
 
attribute DOMString hostname
 
attribute DOMString port
 
attribute DOMString pathname
 
attribute DOMString search
 
attribute DOMString hash
 

Detailed Description

Definition at line 364 of file dart.idl.

Member Function Documentation

◆ assign()

void Location::assign ( optional DOMString  url)

◆ reload()

void Location::reload ( )

◆ replace()

void Location::replace ( [Default=Undefined] optional DOMString  url)

Member Data Documentation

◆ hash

attribute DOMString Location::hash

Definition at line 380 of file dart.idl.

◆ host

attribute DOMString Location::host

Definition at line 375 of file dart.idl.

◆ hostname

attribute DOMString Location::hostname

Definition at line 376 of file dart.idl.

◆ href [1/2]

attribute URLString Location::href

Definition at line 365 of file dart.idl.

◆ href [2/2]

attribute DOMString Location::href

Definition at line 366 of file dart.idl.

◆ pathname

attribute DOMString Location::pathname

Definition at line 378 of file dart.idl.

◆ port

attribute DOMString Location::port

Definition at line 377 of file dart.idl.

◆ protocol

attribute DOMString Location::protocol

Definition at line 374 of file dart.idl.

◆ search

attribute DOMString Location::search

Definition at line 379 of file dart.idl.

◆ trustedHref

attribute TrustedURL Location::trustedHref

Definition at line 367 of file dart.idl.


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