chromium/third_party/blink/renderer/modules/fuzzing/internals_fuzzing.idl

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// IDL for the Fuzzing module. This is not a specced IDL.

[
    ImplementedAs=InternalsFuzzing
] partial interface Internals {
    [CallWith=ScriptState]
    Promise<undefined> runFuzzer(DOMString fuzzer_id, BufferSource fuzzer_data);
};