Skip to content
Discussion options

You must be logged in to vote

A quick look through the code hasn't given me any immediate thoughts on how a byteLength of 2^32 - 8 might be produced.

I had this backwards. It is nBytes, the return value from FileSystemSyncAccessHandle.write(), that is 2^32 - 8. And that I have seen before here. It is a browser bug that Chrome is returning an error code cast to a 64-bit integer when it should be throwing some sort of exception, but the underlying cause is exceeding available disk space (either physical space or quota). I think your issue is related to this, and may be exactly this.

Is it possible that all these failures are happening in incognito mode? Note that the storage quota reported will not reflect the incogni…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@stevensJourney
Comment options

@rhashimoto
Comment options

@stevensJourney
Comment options

@rhashimoto
Comment options

Answer selected by stevensJourney
@stevensJourney
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants