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
有渲染大量图表且弱交互的场景,想要将渲染和导出通过OffscreenCanvas放在worker中运行,在实际使用中因为work中没有window global 对象导致报错; 希望能兼容work的上下文WorkerGlobalScope;
或者有没有其他可以直接通过worker渲染的办法?
支持在worker中渲染导出
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
有渲染大量图表且弱交互的场景,想要将渲染和导出通过OffscreenCanvas放在worker中运行,在实际使用中因为work中没有window global 对象导致报错;
希望能兼容work的上下文WorkerGlobalScope;
或者有没有其他可以直接通过worker渲染的办法?
What does the proposed API look like?
支持在worker中渲染导出
The text was updated successfully, but these errors were encountered: