Diary of @kdy1

TIL: InvalidStateError: The object is in an invalid state

Created: 2024-10-26

Created: 2024-10-26 21:24



I discovered this while developing a desktop application based on `tauri`, and since I couldn't find any information about it online, I'm documenting it here. In Safari browsers, if the `type` attribute of an `input` element is set to `file`, and the `value` is not an empty string, an error occurs.

Comments0