mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
supportsSession() -> isSessionSupported()
This commit is contained in:
parent
5f55cd5d71
commit
54c8cac1cd
7 changed files with 10 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XR: EventTarget {
|
||||
// Methods
|
||||
Promise<void> supportsSession(XRSessionMode mode);
|
||||
Promise<boolean> isSessionSupported(XRSessionMode mode);
|
||||
Promise<XRSession> requestSession(XRSessionMode mode, optional XRSessionInit parameters = {});
|
||||
|
||||
// Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue