We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf700 commit 8da6a32Copy full SHA for 8da6a32
code/nodejs/servers/file-server/readme.md
@@ -1,9 +1,10 @@
1
2
3
-<h1 style='display:flex'>
+<h1 style='display:flex;gap:20px'>
4
file-server.js
5
<div style='flex:1'></div>
6
- <input type=button value=download onclick='btn.download()' style='font-size:16px'>
+ <input type=button value='download file' onclick='btn.download()' style='font-size:16px'>
7
+ <input type=button value='download complete' onclick='btn.download.complete()' style='font-size:16px'>
8
</h1>
9
10
@@ -24,3 +25,7 @@ the client-side library can found at
24
25
[file-server.js](/libs/js/io/file-server/file-server.html)
26
27
28
+## requires
29
+
30
+- getmime.js
31
+- keys.js
0 commit comments