Dart API Referencedart:htmlHashChangeEvent

HashChangeEvent Interface

Extends

Event

Methods

Code void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) #

void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL);

Fields

Code final String newURL #

final String newURL;

Code final String oldURL #

final String oldURL;