mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/39648 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
17 lines
330 B
JavaScript
17 lines
330 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
// META: timeout=long
|
|
|
|
// https://w3c.github.io/webcrypto/Overview.html
|
|
|
|
idl_test(
|
|
['WebCryptoAPI'],
|
|
['html', 'dom'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Crypto: ['crypto'],
|
|
SubtleCrypto: ['crypto.subtle']
|
|
});
|
|
}
|
|
);
|