Update api.md (#791)

Mistake in docs fixed Worker.readFile() -> Worker.removeFile()
master
Simple7575 1 year ago committed by GitHub
parent 785a9f9a1f
commit 296afbcba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.md

@ -122,7 +122,7 @@ Worker.readText() reads a text file to the path specified in MEMFS, it is useful
<a name="worker-removeFile"></a>
### Worker.removeFile(path, jobId): Promise
Worker.readFile() remove a file in MEMFS, it is useful when you want to free the memory.
Worker.removeFile() remove a file in MEMFS, it is useful when you want to free the memory.
**Arguments:**

Loading…
Cancel
Save