You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.html
+9-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
<p>A reason why you may need to use Electron:</p>
18
18
19
19
<ul>
20
-
<li>Complex filesystem access</li>
20
+
<li>Direct TCP and UDP networking.</li>
21
21
</ul>
22
22
23
23
<p>A few examples of native-like capabilities available on your browser:</p>
@@ -35,6 +35,7 @@
35
35
<li><ahref="#usb">Web USB API</a></li>
36
36
<li><ahref="#serial">Web Serial API</a></li>
37
37
<li><ahref="#midi">Web MIDI API</a></li>
38
+
<li><ahref="#file">File System Access</a></li>
38
39
</ol>
39
40
40
41
@@ -144,6 +145,13 @@ <h2 id="midi">12. Web MIDI API</h2>
144
145
145
146
<p><ahref="https://developer.mozilla.org/en-US/docs/Web/API/MIDIAccess">MDN Page Web MIDI API</a></p>
146
147
148
+
<h2id="file">13. File System Access</h2>
149
+
150
+
<p>This API enables developers to build powerful apps that interact with other (non-Web) apps on the user’s device via the device’s file system.</p>
151
+
152
+
<p><ahref="https://wicg.github.io/file-system-access/">W3C Specification for File System Access</a></p>
153
+
154
+
147
155
</main>
148
156
149
157
<footer><ahref="https://github.com/aeharding">Made by @aeharding</a> — <ahref="https://github.com/aeharding/youmightnotneedelectron">Edit on Github</a></footer>
0 commit comments