Bug 187668

Summary: [WebCrypto] Unified callback and exceptionCallback into one and store them in SubtleCrypto just like promises to avoid threading issue
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jiewen_tan, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=187501

Description Jiewen Tan 2018-07-13 15:56:32 PDT
Unified callback and exceptionCallback into one and store them in SubtleCrypto just like promises to avoid threading issue.