Confirmed users
97
edits
(Update to current WebIDL) |
(Fix another supplemental) |
||
| Line 47: | Line 47: | ||
All windows will have this property (in the current implementation) for the time being as this API is hashed out. | All windows will have this property (in the current implementation) for the time being as this API is hashed out. | ||
The property is namespaced in order to provide future capabilities. | The property is namespaced in order to provide future capabilities. | ||
<pre class="brush:js;toolbar:false;"> | <pre class="brush:js;toolbar:false;"> | ||
supplemental interface Crypto { | |||
interface Crypto { | |||
readonly attribute CryptoPk pk; | readonly attribute CryptoPk pk; | ||
readonly attribute CryptoSign sign; | readonly attribute CryptoSign sign; | ||