1// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be found
3// in the LICENSE file.
4
5module blink.mojom;
6
7enum SharedWorkerCreationContextType {
8  kNonsecure,
9  kSecure
10};
11