RESOLVED DUPLICATE of bug 160880 Bug 163355
Unprefix crypto.webkitSubtle to crypto.subtle
https://bugs.webkit.org/show_bug.cgi?id=163355
Summary Unprefix crypto.webkitSubtle to crypto.subtle
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.