From c6446e37e8376c9a85940d9fb5a8a9c19104db14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Fri, 11 Feb 2022 23:38:15 +0100 Subject: [PATCH] update link to whatwg/fs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90a468..a5ba9e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ StreamSaver.js (legacy-ish) ... Don't worry it's not deprecated. It's still maintained and i still recommend using this when needed. Just want to let you know that there is this new native way -to save files to the HD: https://wicg.github.io/native-file-system which is more +to save files to the HD: https://github.com/whatwg/fs which is more or less going to make FileSaver, StreamSaver and similar packages a bit obsolete in the future, it'still in a experimental stage and not implemented by all browser. That is why I also built [native-file-system-adapter](https://github.com/jimmywarting/native-file-system-adapter)