The article at web.dev mentions that file handles are serializable, and can be stored in IndexedDB (and presumably chrome.storage?), but there's no example and I haven't been able to make this work. What is the procedure for serializing the file handles for storage?
The article at web.dev mentions that file handles are serializable, and can be stored in IndexedDB (and presumably chrome.storage?), but there's no example and I haven't been able to make this work. What is the procedure for serializing the file handles for storage?