partial interface Navigator { [SecureContext, SameObject] readonly attribute Keyboard keyboard; }; interface KeyboardLayoutMap { readonly maplike; }; [SecureContext, Exposed=Window] interface Keyboard { Promise getLayoutMap(); };