By the way, @vjeux’ app https://excalidraw.com/ also makes use of the Async Clipboard API (https://web.dev/image-support-for-async-clipboard/ …)
, apart from the Native File System API
that I have blogged about earlier.
-
-
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
-
-
Is it a good idea though to use progressive enhancement on experimental APIs? I feel PE should be only used on stable APIs (APIs that have shipped in a browser). If you build an app that uses an experimental API, the app itself is experimental, and adding PE seems premature.
-
Try using http://Excalidraw.com on Firefox/Safari: perfectly usable. Try it on Chrome: even better. So my reply would be: yes, PE makes sense even with experimental APIs.
- Još 2 druga odgovora
Novi razgovor -
-
-
My https://kenchris.github.io/webnfc-rsp/ also uses fallback for when native fs isn't available
-
Yeah, I want as few people as possible to have to write this code (https://github.com/kenchris/webnfc-rsp/blob/master/src/file-storage.js …) again. Looking at your file, directories is something browser-nativefs doesn’t handle yet—mostly because the fallback path is marked deeply red as “non-standard” (https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory …).
Kraj razgovora
Novi razgovor -
-
-
In cases where browser vendors “agree to disagree” about a Fugu API proposal, would Chromium potentially forge ahead and implement/retain support for the API long-term even if the API does not become part of the standard? Nice article!
-
You can read about the process here: https://developers.google.com/web/updates/capabilities#process …. The Blink launch process referenced in the diagram is described here: https://www.chromium.org/blink/launching-features …. So the answer is yes, ultimately we would.
- Još 1 odgovor
Novi razgovor -
-
-
Still haven found a way to pre-set the file name on save in the native file system API. Am I overlooking something?
-
Indeed a missing feature that’s tracked as https://github.com/WICG/native-file-system/issues/149 ….
- Još 1 odgovor
Novi razgovor -
-
-
Hi dear
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.
Dad-of-3. Developer Advocate at
), PhD from
), Postdoc at
).
New blog post: Progressive Enhancement In the Age of Fugu