| // 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; | |
| }; | |