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   

Description Barrett Harber 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?
Comment 1 Alexey Proskuryakov 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 ***