diff options
| author | Mihai Parparita <mihai@tailscale.com> | 2022-06-08 22:55:55 -0700 |
|---|---|---|
| committer | Mihai Parparita <mihai@tailscale.com> | 2022-06-08 22:55:55 -0700 |
| commit | 2cbcdc4ba8bae7704b11089993e831161dc64ce2 (patch) | |
| tree | 550f07d21fb9f0ffa20c114070121235cb116df0 /ssh/browser/index.html | |
| parent | decc3ee30d78a68575a74ffced766c5bead8ea08 (diff) | |
| download | tailscale-mihaip/wasm-taildrop.tar.xz tailscale-mihaip/wasm-taildrop.zip | |
wasm: implement Taildrop receivingmihaip/wasm-taildrop
We need to make sure that there's a filesystem (implemented by BrowserFS
for now) and then things mostly work. File contents are sent to the JS
side as base64 encoded data, which may not work for large files.
Signed-off-by: Mihai Parparita <mihai@tailscale.com>
Diffstat (limited to 'ssh/browser/index.html')
| -rw-r--r-- | ssh/browser/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh/browser/index.html b/ssh/browser/index.html index 0cdc01bf6..5cfa65930 100644 --- a/ssh/browser/index.html +++ b/ssh/browser/index.html @@ -11,6 +11,7 @@ <div id="state">Loading…</div> </div> <div id="peers"></div> + <div id="files"></div> <script src="dist/index.js"></script> </body> </html> |
