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
When passing dictionaries as arguments, FrozenArray doesn't make much sense, as:
FrozenArray
dictionary.files = Array.freeze([...files]);
Related discussion whatwg/webidl#900
The text was updated successfully, but these errors were encountered:
I have no concerns.
Chromium change would be trivial.
Sorry, something went wrong.
WebShare: navigator.share() uses files sequence
ffe2000
As discussed in github, the ShareData dictionary now contains a sequence instead of a FrozenArray. w3c/web-share#165 Bug: 1112600 Change-Id: I58238f36158902ddcacf228ab32cd3ffbffdf2a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327774 Commit-Queue: Eric Willigers <[email protected]> Auto-Submit: Eric Willigers <[email protected]> Reviewed-by: Alan Cutter <[email protected]> Cr-Commit-Position: refs/heads/master@{#795382}
Successfully merging a pull request may close this issue.
When passing dictionaries as arguments,
FrozenArray
doesn't make much sense, as:dictionary.files = Array.freeze([...files]);
, which is really what is mean there.Related discussion whatwg/webidl#900
The text was updated successfully, but these errors were encountered: