This commit is contained in:
Kevin R
2020-08-20 04:01:58 +02:00
parent 4d4a418a95
commit 4432fb46bf
13 changed files with 420 additions and 26 deletions

View File

@@ -22,6 +22,8 @@
*/
import { browser } from 'webextension-polyfill-ts'
declare const InstallTrigger: any
export class Utils {
// Needed by the sha256 method
static enc = new TextEncoder()