pull/2035/head
filip mertens 3 years ago
parent 2acfa6ac3f
commit fe1dd672f4
  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