api.CredentialsContainer.get.publicKey_option.extensions - largeBlob not working on Chrome Android (130) #25002
Labels
data:api 🐇
Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
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?
largeBlob extension is reported as supported on Android Chrome since 113. Testing it on 130 I am not able to use it.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
I expected to be able to read and write a blob
Did you test this? If so, how?
The credential is created without errors. On the write call "written" is undefined. No errors in the read call but the blob is (obviously) empty.
Here is the test code:
Read blob
Write blob
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?
The same code works fine with Chrome on iOS.
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API/WebAuthn_extensions
MDN metadata
MDN page report details
api.CredentialsContainer.get.publicKey_option.extensions
The text was updated successfully, but these errors were encountered: