Open
Description
From WebKit's source code:
The 11 December 2014 version of the specification suggests we should perform the following task asynchronously:
https://www.w3.org/TR/WebCryptoAPI/#SubtleCrypto-method-importKey
It is not beneficial for less time consuming operations. Therefore, we perform it synchronously.
This came up in #368 first.
It's probably worth writing some tests to see when the promises are getting resolved relative to the running task.
Metadata
Metadata
Assignees
Labels
No labels