pull/5370/head
filip mertens 3 years ago
parent 6602fd61f0
commit 0df2564455
  1. 2
      apps/remix-ide/src/app/plugins/storage.ts

@ -9,12 +9,10 @@ const profile = {
export class StoragePlugin extends Plugin {
constructor() {
console.log('storage plugin')
super(profile);
}
async getStorage() {
console.log('getStorage')
if ('storage' in navigator && 'estimate' in navigator.storage) {
return navigator.storage.estimate()
} else {

Loading…
Cancel
Save