blob: d0c5412255debf42dccd5fde8d29bfde784def4a [file] [log] [blame]
// Copyright 2022 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.
[RuntimeEnabled=NavigationId,Exposed=Window]
interface BackForwardCacheRestoration : PerformanceEntry {
readonly attribute DOMHighResTimeStamp pageshowEventStart;
readonly attribute DOMHighResTimeStamp pageshowEventEnd;
[CallWith=ScriptState, ImplementedAs=toJSONForBinding] object toJSON();
};