Skip to content

Commit

Permalink
Sync interfaces/ with @webref/idl 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpt-pr-bot committed Oct 8, 2021
1 parent 3ee661f commit af137df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interfaces/WebIDL.idl
@@ -1,7 +1,7 @@
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Web IDL (https://heycam.github.io/webidl/)
// Source: Web IDL Standard (https://webidl.spec.whatwg.org/)

typedef (Int8Array or Int16Array or Int32Array or
Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or
Expand Down
3 changes: 2 additions & 1 deletion interfaces/keyboard-lock.idl
Expand Up @@ -7,7 +7,8 @@ partial interface Navigator {
[SecureContext, SameObject] readonly attribute Keyboard keyboard;
};

[SecureContext, Exposed=Window] interface Keyboard {
[SecureContext, Exposed=Window]
interface Keyboard : EventTarget {
Promise<undefined> lock(optional sequence<DOMString> keyCodes = []);
undefined unlock();
};
1 change: 0 additions & 1 deletion interfaces/payment-handler.idl
Expand Up @@ -27,7 +27,6 @@ dictionary PaymentInstrument {
required DOMString name;
sequence<ImageObject> icons;
DOMString method;
object capabilities;
};

dictionary ImageObject {
Expand Down
1 change: 1 addition & 0 deletions interfaces/webxr.idl
Expand Up @@ -83,6 +83,7 @@ callback XRFrameRequestCallback = undefined (DOMHighResTimeStamp time, XRFrame f

[SecureContext, Exposed=Window] interface XRFrame {
[SameObject] readonly attribute XRSession session;
readonly attribute DOMHighResTimeStamp predictedDisplayTime;

XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
XRPose? getPose(XRSpace space, XRSpace baseSpace);
Expand Down

0 comments on commit af137df

Please sign in to comment.