blob: 701ce7270b743cb0e8e1af92193bc2a409b2352b [file] [log] [blame]
// Copyright 2018 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.
// Keyboard Map specification: https://wicg.github.io/keyboard-map/
[
Exposed=Window,
SecureContext
] interface KeyboardLayoutMap {
readonly maplike<DOMString, DOMString>;
};