We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect support data (example: BrowserX says "86" but support was added in "40")
browser support for locks
Chromium (Chrome, Edge 79+, Opera, Samsung Internet), Firefox
navigator.locks to be defined
console.log(navigator.locks.request);
No response
getting error main.ts:5 ERROR TypeError: Cannot read properties of undefined (reading 'request')
https://developer.mozilla.org/en-US/docs/Web/API/LockManager
api.LockManager
The text was updated successfully, but these errors were encountered:
This is contradictory to the results of the mdn-bcd-collector -- see https://mdn-bcd-collector.gooborg.com/tests/api/Navigator/locks. Running that test in all current versions of browsers shows that it is working as expected.
Please note that you will need a secure context to use this API.
Sorry, something went wrong.
No branches or pull requests
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
browser support for locks
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet), Firefox
What did you expect to see?
navigator.locks to be defined
Did you test this? If so, how?
console.log(navigator.locks.request);
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
getting error
main.ts:5 ERROR TypeError: Cannot read properties of undefined (reading 'request')
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/LockManager
MDN metadata
MDN page report details
api.LockManager
The text was updated successfully, but these errors were encountered: