Skip to content

Commit 702b95e

Browse files
authoredDec 8, 2020
Merge pull request #9 from monteslu/filesystem
add link to filesystem access and mention TCP/UDP
2 parents 4aff481 + f0ca016 commit 702b95e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p>A reason why you may need to use Electron:</p>
1818

1919
<ul>
20-
<li>Complex filesystem access</li>
20+
<li>Direct TCP and UDP networking.</li>
2121
</ul>
2222

2323
<p>A few examples of native-like capabilities available on your browser:</p>
@@ -35,6 +35,7 @@
3535
<li><a href="#usb">Web USB API</a></li>
3636
<li><a href="#serial">Web Serial API</a></li>
3737
<li><a href="#midi">Web MIDI API</a></li>
38+
<li><a href="#file">File System Access</a></li>
3839
</ol>
3940

4041

@@ -144,6 +145,13 @@ <h2 id="midi">12. Web MIDI API</h2>
144145

145146
<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/MIDIAccess">MDN Page Web MIDI API</a></p>
146147

148+
<h2 id="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><a href="https://wicg.github.io/file-system-access/">W3C Specification for File System Access</a></p>
153+
154+
147155
</main>
148156

149157
<footer><a href="https://github.com/aeharding">Made by @aeharding</a><a href="https://github.com/aeharding/youmightnotneedelectron">Edit on Github</a></footer>

0 commit comments

Comments
 (0)
Please sign in to comment.