yes, it gives "exceeded amplify.store quota", as you can see here
store.error = function() { return "amplify.store quota exceeded"; };
...
try { storage.setItem( key, parsed ); // quota exceeded } catch( error ) { // expire old data and try again store[ storageType ](); try { storage.setItem( key, parsed ); } catch( error ) { throw store.error(); } }
mariusc Nov 09 2018-12-12T00: 00Z
source share