blob: e2f2c32736d03bbc1461a5aad661eede4069d77a [file] [log] [blame] [edit]
partial interface Navigator {
[SecureContext, SameObject] readonly attribute Keyboard keyboard;
};
interface KeyboardLayoutMap {
readonly maplike<DOMString, DOMString>;
};
[SecureContext, Exposed=Window] interface Keyboard {
Promise<KeyboardLayoutMap> getLayoutMap();
};