Ciara Spencer
Ciara Spencer
I had the same issue [here](https://github.com/localForage/localForage/issues/1030#issuecomment-1841858298). If refreshing the database in the inspector doesn't accurately reflect the database, try re-writing it into a function.. Also, try requests.removeItem(115) without localforage reference.
I am also experiencing this issue using the INDEXEDDB driver. The key still displays in browser, however calling localforage.keys(), displays the remaining keys subtracted of the removed item. ```js var...
So it looks like the item is actually removed when I refreshed the database in the inspector. I'm almost 100% positive I've checked this before and it had not, but...
So essentially this could be re-written using plistlib? There isn't any added benefit of using Foundation or a PyObjC bridge if plistlib now handles the binary conversion automatically?
With. https://ibb.co/jV5VtZ2 Without. https://ibb.co/0mqWCHW
> > since I have disabled IPV6 system-wide > > How? `sudo networksetup -setv6off Wi-Fi`
> Don't have Brave in Linux, I tried in Windows VM, still cannot reproduce. Hm, potentially a macOS issue then.