Bug 163355 - Unprefix crypto.webkitSubtle to crypto.subtle
Summary: Unprefix crypto.webkitSubtle to crypto.subtle
Status: RESOLVED DUPLICATE of bug 160880
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 13:49 PDT by Barrett Harber
Modified: 2016-10-12 23:27 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***