blob: dc411b4c38f8d9ebba1ce866e1fd59cec3f4e935 [file] [log] [blame]
// Copyright 2018 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.
module blink.mojom;
// An opaque interface that can be associated to a particular context (e.g.
// frame document) to pause subresource loading for the context until the interface
// is released. Holding the handle after the context is deleted has no effect.
interface PauseSubresourceLoadingHandle {};