HashChangeEvent

HashChangeEvent

package js-html

extends Event

Available on js

The hashchange event is fired when the fragment identifier of the URL has changed (the part of the URL that follows the # symbol, including the # symbol).

Documentation HashChangeEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, ?eventInitDict:HashChangeEventInit)

Throws:

null DOMError

Variables

read only newURL:String

read only oldURL:String

Methods

initHashChangeEvent (typeArg:String, canBubbleArg:Bool, cancelableArg:Bool, oldURLArg:String, newURLArg:String):Void

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/HashChangeEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部