blob: 2c8c5124140cce5ad1f9c133dabba9c0fe631c52 [file] [log] [blame]
// 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>;
};