Skip to content
New issue

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

Type hint of DataTransfer.data is incorrect, should be str #569

Closed
OrangeTux opened this issue Jan 15, 2024 · 1 comment
Closed

Type hint of DataTransfer.data is incorrect, should be str #569

OrangeTux opened this issue Jan 15, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@OrangeTux
Copy link
Contributor

@malsyned noticed that the changes in #537 are incorrect. The specification states that Datatransfer.data is of anyType. And anyType is defined as.

Text, data without specified length or format.

2024-01-15-152352_914x675_scrot

Commit 94e5ea5 should be reverted.

@OrangeTux
Copy link
Contributor Author

Won't fix, as current implementation is correct. See discussion in #570.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Development

No branches or pull requests

1 participant