blob: db020deab549d28f0b895332cff8ed99b9f000dc [file] [log] [blame]
// Copyright 2020 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.
// An object representing font table data.
// https://wicg.github.io/local-font-access/
[
SecureContext,
RuntimeEnabled=FontAccess
] interface FontTableMap {
readonly maplike<ByteString, Blob>;
};