118
edits
Changes
→Possible Additions
<pre class="brush:js;toolbar:false;">
[Supplemental]
interface Crypto CryptoSign { readonly attribute CryptoUser uservoid signWithUserConfirmation(in ArrayBuffer keyId, in DOMString description, in ArrayBuffer data, in PKSignCallback callback);
};
</pre>