Browse Source

fix a link that start with i

pull/612/head
Sacramentix 3 years ago committed by GitHub
parent
commit
16bfb09c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.md

2
docs/api.md

@ -159,7 +159,7 @@ Worker.readFile() remove a file in MEMFS, it is useful when you want to free the @@ -159,7 +159,7 @@ Worker.readFile() remove a file in MEMFS, it is useful when you want to free the
<a name="worker-FS"></a>
### Worker.FS(method, args, jobId): Promise
Worker.FS() is a generic FS function to do anything you want, you can check [HERE](ihttps://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions.
Worker.FS() is a generic FS function to do anything you want, you can check [HERE](https://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions.
**Arguments:**

Loading…
Cancel
Save