blob: ef936e3fab681f2937d2eeab3ba9f5f8727fd767 [file] [log] [blame]
// Copyright 2019 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;
enum ConsoleMessageLevel {
kVerbose,
kInfo,
kWarning,
kError
};
enum ConsoleMessageSource {
kXml,
kJavaScript,
kNetwork,
kConsoleApi,
kStorage,
kAppCache,
kRendering,
kSecurity,
kOther,
kDeprecation,
kWorker,
kViolation,
kIntervention,
kRecommendation
};