Thomas Steiner
Thomas Steiner
It would be great if this made use of `DataTransferItem.getAsFileSystemHandle()` from the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) as a progressive enhancement as per my [write-up](https://web.dev/patterns/files/drag-and-drop-files/#progressive-enhancement). This way, dropped files could be...
Unzip the attached `.wasm` file to try yourself. (I had to compress the file, else GitHub wouldn't let me upload it.)  [merged.wasm.zip](https://github.com/google/magika/files/14309595/merged.wasm.zip)
Add Code of Conduct
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...
It would be great if this made use of `DataTransferItem.getAsFileSystemHandle()` from the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) as a progressive enhancement as per my [write-up](https://web.dev/patterns/files/drag-and-drop-files/#progressive-enhancement). This way, dropped files could be...
It looks like a bit of an interop issue: Chrome: Safari: Firefox: *** Preview | Diff
This came up as a developer question.
**Corrections:** - `canInstall()` is a synchronous method, similar to `canShare*()` (and implied by the code sample). **Improvements:** - Run prettier: - Wrap at 80 characters. - Some code indentation consistency.