What does chrome.storage.local do once it gets full [closed]

The max size of storage.local is 10MB, what will happen if I try to add another entry to storage.local once it is filled up?

Will it not accept it, or will it delete some other entry?

In case it doesn’t delete old entries by default, is there a way to monitor once it gets filled up?