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

fix legacy open throwing abortError #37

Merged
merged 1 commit into from
Mar 5, 2021
Merged

fix legacy open throwing abortError #37

merged 1 commit into from
Mar 5, 2021

Conversation

dwelle
Copy link
Contributor

@dwelle dwelle commented Mar 4, 2021

fix #36

This breaks opening any files in Excalidraw. The solution isn't 100% safe though. Personally, I'd drop the AbortError hack altogether.

@tomayac tomayac merged commit 40b4acb into GoogleChromeLabs:main Mar 5, 2021
@tomayac
Copy link
Member

tomayac commented Mar 5, 2021

Thank you for this duct tape on top of the duct tape. It was introduced in the context of #33. See whatwg/html#6376 (comment) for the attempt at a proper fix at the root of the issue.

I have just released v0.14.1 that contains your fix. Let's see how that holds. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opening a file via legacy-API throws AbortError
2 participants