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
DataTransfer.data
str
@malsyned noticed that the changes in #537 are incorrect. The specification states that Datatransfer.data is of anyType. And anyType is defined as.
Datatransfer.data
anyType
Text, data without specified length or format.
Commit 94e5ea5 should be reverted.
The text was updated successfully, but these errors were encountered:
Won't fix, as current implementation is correct. See discussion in #570.
Sorry, something went wrong.
No branches or pull requests
@malsyned noticed that the changes in #537 are incorrect. The specification states that
Datatransfer.data
is ofanyType
. AndanyType
is defined as.Commit 94e5ea5 should be reverted.
The text was updated successfully, but these errors were encountered: