immersive-web / webxr-samples

Samples to demonstrate use of the WebXR Device API
https://immersive-web.github.io/webxr-samples/
MIT License
1k stars 483 forks source link

[`tests/permission-request.html`] Don't fail if `Notification` isn't defined #140

Closed tomayac closed 2 years ago

FluorescentHallucinogen commented 2 years ago

@tomayac

Just checked, changing Notification.maxActions to Notification?.maxActions is not enough. 🙈 It should be window.Notification?.maxActions.

This pull request should be closed in favor of #143. :wink:

tomayac commented 2 years ago

Closing in favor of #143