file-system-access VS caniuse

Compare file-system-access vs caniuse and see what are their differences.

file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications. (by WICG)

caniuse

Raw browser/feature support data from caniuse.com (by Fyrd)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
file-system-access caniuse
16 388
641 5,503
0.6% -
5.0 9.5
about 1 month ago 1 day ago
Bikeshed JavaScript
GNU General Public License v3.0 or later Creative Commons Attribution 4.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

file-system-access

Posts with mentions or reviews of file-system-access. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • The web just gets better with Interop 2024
    5 projects | news.ycombinator.com | 1 Feb 2024
    You can read about the privacy concerts the community group published [1].

    [1]: https://wicg.github.io/file-system-access/#privacy-considera...

  • I spent two years building a desktop environment that runs in the browser, it's finally in beta!
    6 projects | /r/programming | 9 Jul 2023
    WHATWG File System Standard provides a means to write directories and files to the private origin storage associated with a Web page origin. If you want you can use WICG File System Access API to write data directly to your filesystem in the browser. WHATWG File System Standard uses the same FileSystemDirectoryHandle and FileSystemFileHandle defined by File System Access API.
  • How to execute arbitrary dynamic shell scripts from and read output in the browser
    1 project | /r/linux | 22 Jun 2023
    Chromium-based browsers support File Systeam Access API.
  • "Can't open files in this folder because it contains system files"
    1 project | /r/photopea | 18 Jan 2023
    We have stopped using the file system access API: https://github.com/WICG/file-system-access/issues/401
  • SQLite WASM in the Browser Backed by the Origin Private File System
    17 projects | news.ycombinator.com | 12 Jan 2023
    Where file handling is concerned, there are at least

    - File System Access API, https://wicg.github.io/file-system-access/

    - File Handling, https://github.com/WICG/file-handling/blob/master/explainer....

    - Origin Private File System, https://github.com/WICG/file-system-access/blob/main/AccessH...

    There was also Storage Foundation API to which the reaction was "I don't think it's an acceptable outcome for the web platform to have that many ways to work with files" :) https://github.com/mozilla/standards-positions/issues/481 This one never saw the light of day.

  • Learn Postgres at the Playground
    9 projects | news.ycombinator.com | 17 Aug 2022
    Huh. Disregard what I wrote entirely, then. Reading through https://github.com/WICG/file-system-access/blob/main/AccessH..., I can see how they’ve bypassed most of the problems I saw—I was making unnecessary assumptions.

    Thank you for correcting me.

  • The State of WebAssembly 2022
    3 projects | news.ycombinator.com | 21 Jun 2022
    > Browsers have never let anything (not even JS) have raw access to the host FS

    I'm not sure what you mean by "raw access", but the File System Access API certainly allows web applications to do a lot of things.

    > The File System Access API (formerly known as Native File System API and prior to that it was called Writeable Files API) enables developers to build powerful web apps that interact with files on the user's local device, like IDEs, photo and video editors, text editors, and more.

    https://web.dev/file-system-access/

    > After a user grants a web app access, this API allows the app to read or save changes directly to files and folders on the user’s device. Beyond reading and writing files, this API provides the ability to open a directory and enumerate its contents. Additionally, web apps can use this API to store references to files and directories they’ve been given access to, allowing the web apps to later regain access to the same content without requiring the user to select the same file again.

    > Additionally this API also makes it possible for websites to get access to some directory without having to first prompt the user for access.

    https://wicg.github.io/file-system-access/

    It's not just a draft, it's been part of Chrome since version 78 in 2019.

    > After a user grants access, this API allows web apps to read or save changes directly to files and folders on the user's device. It does all this by invoking the platform's own open and save dialog boxes.

    https://blog.chromium.org/2019/09/chrome-78-beta-new-houdini...

    Discussion at the time:

    https://news.ycombinator.com/item?id=21032537

  • How to Persist Web App Data in the User File System?
    3 projects | /r/Frontend | 14 May 2022
    In the post, the Vite webserver is only used to serve the HTML and JS static files to the browser. When the user saves or opens text files, the code uses the web File System Access API (https://wicg.github.io/file-system-access/) to interact with the user file system.
  • The road to universal JavaScript
    2 projects | /r/javascript | 12 May 2022
    Have you heard of Project Fugu and their idea of a File System Access API in the browser? https://wicg.github.io/file-system-access/
  • What's your prefered way to allow end user to rename multiple text files?
    1 project | /r/cpp_questions | 27 Mar 2022
    I don't know a C++ equivalent of HTML , prompt(), or File System Access API (https://wicg.github.io/file-system-access/; https://web.dev/file-system-access/) using JavaScript in the browser window.

caniuse

Posts with mentions or reviews of caniuse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • JavaScript is not single-threaded
    1 project | news.ycombinator.com | 20 Apr 2024
    You forgot to mention (Web)Workers. This is explicit creation, management, and communication with additional threads within JavaScript. What's more, they've been around in JavaScript longer than the V8 engine has even existed!

    https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...

    https://caniuse.com/?search=webworkers

  • Show HN: Render audio to HTML canvas using WebGPU
    5 projects | news.ycombinator.com | 15 Apr 2024
  • Tree-shaking, the horticulturally misguided algorithm
    6 projects | news.ycombinator.com | 13 Apr 2024
    Do you happen to know where can I check out the cutoff version for each browser? https://caniuse.com/?search=wasm doesn't have it (or other things like WasmGC for that matter)
  • Le saviez-vous ? :focus :focus-within :focus-visible
    1 project | dev.to | 12 Apr 2024
  • 10 Websites Every Web Developer Should Bookmark
    2 projects | dev.to | 30 Mar 2024
    (https://caniuse.com/) A handy tool for checking the browser compatibility of HTML, CSS, and JavaScript features. Can I Use provides up-to-date support tables for various web technologies across different browsers.
  • SASS is dead? CSS vs SASS 2024
    1 project | dev.to | 23 Mar 2024
    Caniuse
  • Free Resources Every Web Developer Should Know About
    15 projects | dev.to | 18 Mar 2024
    Can I Use (https://caniuse.com/)
  • Speedometer 3.0: A Shared Browser Benchmark for Web Application Responsiveness
    2 projects | news.ycombinator.com | 11 Mar 2024
    > Is it though?

    In my experience it's the buggiest browser out of the big three, and is often missing basic features like e.g.:

    https://caniuse.com/?search=opus

    Supported in Firefox for *12 years* now, in Chrome for 10, still no support in Safari.

    They only "support" Opus audio in their special snowflake '.caf' container, which is super buggy and the last time I checked no open source program could even generate Opus '.caf' files that could be played by Safari on all Apple platforms. I ended up writing a custom converter which takes a standard '.opus' file and remuxes it on-the-fly (I only store '.opus' files on my server) into Safari-compatible '.caf' files, taking special care to massage it so that it avoids all of their demuxer/decoder bugs. You shouldn't have to do this to have cross-browser high quality audio!

  • Streaming HTML out of order without JavaScript
    5 projects | news.ycombinator.com | 1 Mar 2024
    Well I'll be! In my mind I had this clear picture of Firefox implementing it.

    It correct, it was only Chrome: https://caniuse.com/?search=html%20import

  • IPissed: Apple is after web capabilities to protect close to 100B App Store Tax
    3 projects | news.ycombinator.com | 17 Feb 2024
    https://caniuse.com/?search=web%20bluetooth

    which might be great because you have the choice...

    and you can use open source chromium or brave (like the jvm to run cross platform java) to run web apps seemlessly that need web bluetooth or such but use safari or firefox for personal use if you find them more secure

    I mean using chromium engine as the running environment where chromium only ever runs special trusted web domains and never goes to other "malicious" web domains that may fuck up iOS as Apple claims would be still a secure choice

    like you will not download spyware from Apple Store because you are an adult not because Apple can protect you there

What are some alternatives?

When comparing file-system-access and caniuse you can also consider the following projects:

datasette-lite - Datasette running in your browser using WebAssembly and Pyodide

browserslist - 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

brave-browser - Brave browser for Android, iOS, Linux, macOS, Windows.

caniemail - Can I email… Support tables for HTML and CSS in emails.

webusb - Connecting hardware to the web.

postcss-preset-env - Convert modern CSS into something browsers understand

fs - File System Standard

modern-css-reset - A bare-bones CSS reset for modern web development.

standards-positions

modern-normalize - 🐒 Normalize browsers' default style

construct-stylesheets - API for constructing CSS stylesheet objects

Servo - Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine