Bumping manifests a=b2g-bump
[gecko.git] / dom / webidl / PageTransitionEvent.webidl
blob3b8c319063537b3b4bbacd12f2a6ae2b1dac6a0a
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/.
5  */
7 [Constructor(DOMString type, optional PageTransitionEventInit eventInitDict)]
8 interface PageTransitionEvent : Event
10   readonly attribute boolean persisted;
13 dictionary PageTransitionEventInit : EventInit
15   boolean persisted = false;