Bug 163355

Summary: Unprefix crypto.webkitSubtle to crypto.subtle
Product: WebKit Reporter: Barrett Harber <barrett.harber+webkit>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Barrett Harber
Reported 2016-10-12 13:49:27 PDT
All major browsers except Safari have shipped it without the prefix (see http://caniuse.com/#feat=cryptography). Is there a reason to keep the webkit prefix still?
Attachments
Alexey Proskuryakov
Comment 1 2016-10-12 23:27:15 PDT
WebKit implements an early version of the WebCrypto spec, different from other browsers that added this feature later. Because of this, exposing it was crypto.subtle would be a bad idea. What we need to do is to implement the up to date spec, and to expose that as crypto.subtle. *** This bug has been marked as a duplicate of bug 160880 ***
Note You need to log in before you can comment on or make changes to this bug.