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

Synchronous API ? #167

Closed
mcarbonneaux opened this issue Oct 26, 2016 · 2 comments
Closed

Synchronous API ? #167

mcarbonneaux opened this issue Oct 26, 2016 · 2 comments

Comments

@mcarbonneaux
Copy link

with promise there no way to get synchronous resulte for now...
it means not to have synchronous api in parallel of the asynchronous API?
beceause some time they need synchronous, and some time asynchronous ...

@daviddias
Copy link

@mcarbonneaux I believe the answer here is that you want to avoid any sync operation that is CPU bound.

A Sync API of the WebCrypto API would be useful inside a WebWorker context though.

@sideshowbarker
Copy link
Member

I’m gonna make a judgement call that based on what I know, there’s not gonna be any browser-engine implementor interest in this. If anybody feels strongly about it otherwise, and is ready to commit to driving implementor discussion around it, then let me know and we can re-open this.

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

No branches or pull requests

3 participants