Skip to content

Commit

Permalink
fix: add minimal polyfill for ie11 in decryption worker
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Nov 17, 2020
1 parent bcdcf03 commit a9d2068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/modules/forms/helpers/decryption.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const {
} = require('../../../../shared/util/verification')
const JSZip = require('jszip')
const { decode: decodeBase64 } = require('@stablelib/base64')
require('regenerator-runtime')
require('core-js/stable/promise')
require('regenerator-runtime/runtime')

let formsgSdk

Expand Down

0 comments on commit a9d2068

Please sign in to comment.