25926 shaares
Tout est dans le titre... Le code à écrire :
const crypto = require('crypto').webcrypto;
// Shims the crypto property onto global
global.crypto = crypto;
Tout est dans le titre... Le code à écrire :
const crypto = require('crypto').webcrypto;
// Shims the crypto property onto global
global.crypto = crypto;