keyboard-map.idl (406B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Keyboard Map (https://wicg.github.io/keyboard-map/) 5 6 [Exposed=Window] 7 interface KeyboardLayoutMap { 8 readonly maplike<DOMString, DOMString>; 9 }; 10 11 partial interface Keyboard { 12 Promise<KeyboardLayoutMap> getLayoutMap(); 13 14 attribute EventHandler onlayoutchange; 15 };