standards-positions VS file-system-access

Compare standards-positions vs file-system-access 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)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
standards-positions file-system-access
178 16
595 638
1.7% 0.6%
7.6 5.0
2 months ago about 1 month ago
Python Bikeshed
Mozilla Public License 2.0 GNU General Public License v3.0 or later
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.

standards-positions

Posts with mentions or reviews of standards-positions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • iOS404
    2 projects | news.ycombinator.com | 16 Apr 2024
    You can check why Mozilla and Apple have opted to not support this.

    https://github.com/mozilla/standards-positions/issues/154

    https://github.com/WebKit/standards-positions/issues/28

    Neither Mozilla or Webkit are satisfied that the proposal is safe by default, and contains footguns for the user that can be pretty destructive.

  • Show HN: DualShock calibration in the browser using WebHID
    3 projects | news.ycombinator.com | 9 Apr 2024
    FWIW Mozilla updated their position on Web Serial API to "neutral" and clarified that they might be okay with enabling the API with an add-on.

    https://mozilla.github.io/standards-positions/#webserial

    Allowing serial but not HID would be really strange. With HID you get standard identifiers that let you filter out devices that are too dangerous for the web. With serial you get nothing. Even if you know a device is dangerous, there's no way to protect users from it.

  • Tailwind CSS v4.0.0 Alpha
    7 projects | news.ycombinator.com | 6 Mar 2024
    Hasn't FireFox been dragging their asses on @scope? https://github.com/mozilla/standards-positions/issues/472

    It took years to just convince them of the need for it. And I'm not sure anyone got convinced vs Chrome had already shipped it and Safari has it planned so they caved in.

    Hard to believe FireFox used to be a leader of the modern web.

  • An HTML Switch Control
    4 projects | news.ycombinator.com | 28 Feb 2024
    As mentioned by others, OK idea, but not a fan that this isn't standardized. After a quick search+peruse, these seem to indicate that it's not around the corner either. Happy (/hope) to be corrected.

    https://github.com/whatwg/html/issues/4180

    https://github.com/mozilla/standards-positions/issues/990

  • Platform issues which disadvantage Firefox compared to first-party browsers
    5 projects | news.ycombinator.com | 19 Jan 2024
    Mozilla's position on these specs is nicely outlined publicly and transparently as part of their standards-positions project: https://github.com/mozilla/standards-positions/issues/100

    I'm kinda glad it's not implemented in my browser, to be honest, because the whole thing seems like a security nightmare.

    It's a shame it impacts some hobby usecases, but I don't think this outweighs the reasoning set out on the GitHub issue.

  • What Progressive Web App (PWA) Can Do Today
    5 projects | news.ycombinator.com | 8 Jan 2024
    This should have big warnings on it. Some of these are not web standards; they are features implemented unilaterally by Google in Blink that have been explicitly rejected by both Mozilla and Apple on privacy and security grounds.

    Take Web Bluetooth, for example:

    Mozilla:

    > This model is unsustainable and presents a significant risk to users and their devices.

    — https://mozilla.github.io/standards-positions/#web-bluetooth

    Apple:

    > Here are some examples of features we have decided to not yet implement due to fingerprinting, security, and other concerns, and where we do not yet see a path to resolving those concerns

    — https://webkit.org/tracking-prevention/

    This is Microsoft’s Embrace, Extend, and Extinguish bullshit applied to the web platform by Google. Google keeps implementing these things despite all other major rendering engines rejecting them, convinces people that they are part of the web, resulting in sites like this, then people start asking why Firefox and Safari are “missing functionality”. These are not part of the web platform, they are Google APIs that have been explicitly rejected.

  • Why Are Tech Reporters Sleeping on the Biggest App Store Story?
    6 projects | news.ycombinator.com | 2 Jan 2024
    Is BLE a PWA requirement? I think they explained their position pretty well here, regardless of whether I agree:

    https://github.com/mozilla/standards-positions/issues/95#iss...

  • Reason to Use Firefox Is Sync That Works
    5 projects | news.ycombinator.com | 28 Dec 2023
    I took a glance at Can I Use what the difference between the last public release of Firefox and Chrome is [1] and they don't really have that big of a difference in the eyes of normal use-cases? Some of these aren't implemented purely because of privacy reasons, the proposals aren't finished yet or complexity [2].

    Why would Firefox need to change to Chromium engine? The only websites I notice that don't work with Firefox is because of user-agent targetting or just putting 5-second time-outs in Youtube code on non-chrome webbrowsers [3].

    Can you give some examples of websites not working on Firefox?

    [1] https://caniuse.com/?compare=chrome+120%2Cfirefox+121&compar...

    [2] https://mozilla.github.io/standards-positions/

    [3] https://www.neowin.net/news/youtube-seemingly-intentionally-...

  • Mozilla's Position on CSS Scope
    1 project | news.ycombinator.com | 27 Dec 2023
  • CSS Is Fun Again
    8 projects | news.ycombinator.com | 27 Dec 2023
    Mozilla are dragging their heels on @scope:

    https://github.com/mozilla/standards-positions/issues/472

    https://connect.mozilla.org/t5/ideas/implement-css-scope-rul...

    Someone who clearly didn't get it was wasting three years time "well actually"ing everything. The latest news is "it's worth prototyping". Meanwhile Chrome has released it(steam rolled?) and Safari has it in tech preview.

    I question if FireFox has the resources to keep up with the pace of the modern web.

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.

What are some alternatives?

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

webcontainer-core - Dev environments. In your web app.

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

WHATWG HTML Standard - HTML Standard

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

wpt - Test suites for Web platform specs — including WHATWG, W3C, and others

webusb - Connecting hardware to the web.

firefox-ios - Firefox for iOS

fs - File System Standard

WebKit - Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

construct-stylesheets - API for constructing CSS stylesheet objects

Fakeflix - Not the usual clone that you can find on the web.

wasmbuilder - Javascript package that helps to build wasm code by hand.