Thomas Steiner

Results 115 issues of 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.) ![Screenshot 2024-02-16 at 11 15 56](https://github.com/google/magika/assets/145676/87da19fc-5276-4761-94fc-6abdd2545d34) [merged.wasm.zip](https://github.com/google/magika/files/14309595/merged.wasm.zip)

missing content type

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...

enhancement

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.