blob: c954510d188abb6fb21542e7a60127608650d48c [file]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://webmachinelearning.github.io/webmcp/#document-extension
[
RuntimeEnabled=WebMCP,
ImplementedAs=ModelContextSupplement
] partial interface Document {
[SecureContext, SameObject] readonly attribute ModelContext modelContext;
};