blob: 3d472361023292da922d2951095ab576b1c2d67b [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the
// "Keyboard Map" spec.
// See: https://wicg.github.io/keyboard-map/
[Exposed=Window]
partial interface Navigator {
[SecureContext, SameObject] readonly attribute Keyboard keyboard;
};
interface KeyboardLayoutMap {
readonly maplike<DOMString, DOMString>;
};
[SecureContext, Exposed=Window] interface Keyboard {
Promise<KeyboardLayoutMap> getLayoutMap();
};