Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Accept OffscreenCanvas #200

Closed
takahirox opened this issue Feb 11, 2020 · 0 comments · Fixed by #206
Closed

Accept OffscreenCanvas #200

takahirox opened this issue Feb 11, 2020 · 0 comments · Fixed by #206
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@takahirox
Copy link
Contributor

takahirox commented Feb 11, 2020

Currently the extension assumes that an used canvas is regular canvas for example it handles as dom element. But canvas can be OffscreenCanvas, it isn't a dom element so causes an error. The extension should accept OffscreenCanvas.

An example is Google's <model-viewer>, it uses OffscreenCanvas.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant