blob: 495ba59a94920e28cf53bb3481ebc5b2af8a6851 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://html.spec.whatwg.org/multipage/browsers.html#hashchangeevent
dictionary HashChangeEventInit : EventInit {
DOMString oldURL;
DOMString newURL;
};