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
Attempting to create a new TouchEvent using the provided Event as a TouchEventInit dictionary results in an error:
ex.
document.body.addEventListener("touchstart",(e)=>{ document.body.dispatchEvent(new TouchEvent("touchmove",e)) })
... Failed to construct 'TouchEvent': Failed to convert value to 'Touch'....
I think this is expected based on the described test failures, but this may be a not-uncommon use case, so I thought I'd log it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Attempting to create a new TouchEvent using the provided Event as a TouchEventInit dictionary results in an error:
ex.
... Failed to construct 'TouchEvent': Failed to convert value to 'Touch'....
I think this is expected based on the described test failures, but this may be a not-uncommon use case, so I thought I'd log it.
The text was updated successfully, but these errors were encountered: