blob: a189ec9bf84cda3bdb64b7303c6301125a1f10a6 [file] [log] [blame]
// Copyright 2017 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;
// Corresponds to Fetch's "context frame type", the frame type of the requester
// of the resource fetching. However, it has been removed in spec, see the
// details:https://github.com/whatwg/fetch/issues/93.
enum RequestContextFrameType {
kAuxiliary,
kNested,
kNone,
kTopLevel,
};