Add browser implementation

This commit is contained in:
proteriax
2021-10-29 12:18:45 -04:00
parent 26f8485761
commit 28c910c9d7
3 changed files with 99 additions and 3 deletions

View File

@ -24,6 +24,7 @@
"@types/react-dom": "^17.0.9",
"@types/sinon": "^10.0.4",
"@types/sinon-chai": "^3.2.5",
"@types/wicg-file-system-access": "^2020.9.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"chai": "^4.3.4",
@ -66,6 +67,7 @@
"trailingComma": "es5"
},
"dependencies": {
"buffer": "^6.0.3",
"tiny-invariant": "1.1.0",
"tslib": "2.3.1"
}