chromium/third_party/blink/public/mojom/loader/pause_subresource_loading_handle.mojom

// Copyright 2018 The Chromium Authors
// 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 {};