Closed kyleplo closed 9 months ago
This sounds more like a Chrome bug than a spec issue. Could you please file a new Chrome bug and paste the URL here? Thank you!
If you can, please add a minimal reproduction case that shows the issue. A platform like Glitch works great for that.
+1 to what @tomayac said :)
Thanks Report URL: https://bugs.chromium.org/p/chromium/issues/detail?id=1523851 Reproduction Case: https://swanky-rounded-clave.glitch.me/
<3
Thank you very much. Reproduces here on my machine, too. Responded on the bug.
Upon calling
createWritable
on aFileSystemFileHandle
, I am getting the following error message (in Chrome):I don't see any error message of this sort documented in this spec, or anywhere on the internet for that matter. When this error occurs, the file in question gets completely cleared as well.
This error only seems to occur when attempting to modify specific files. In my case it is happening when writing to a file with the same name as the containing folder (which is required for what I am trying to do).