chromium/third_party/blink/renderer/modules/canvas/canvas2d/mesh_2d_index_buffer.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.

[
    Exposed=(Window,Worker,PaintWorklet),
    RuntimeEnabled=Canvas2dMesh
] interface Mesh2DIndexBuffer {};