chromium/third_party/blink/renderer/modules/keyboard/keyboard_layout_map.idl

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

// Keyboard Map specification: https://wicg.github.io/keyboard-map/

[
    Exposed=Window,
    SecureContext
] interface KeyboardLayoutMap {
    readonly maplike<DOMString, DOMString>;
};