blob: c067347c3ca8898fed4dfda468d815a339a930de [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;
// https://html.spec.whatwg.org/multipage/webappapis.html#definitions-2
enum ScriptType {
kClassic,
kModule,
};