1
Fork 0

update docs

This commit is contained in:
Conduitry 2018-01-30 06:47:33 -05:00
parent 58b2f170e2
commit bbdec22341
4 changed files with 5 additions and 3 deletions

2
API.md
View file

@ -125,6 +125,8 @@ Typically, you would not need to call this directly, as it would be automaticall
Manually insert a non-physical `File`, running it through all the transforms.
For convenience, you can also call this with a plain old JavaScript object, and a new `File` instance will be created for you with fields `Object.assign`ed from the object.
Returns a `Promise` to indicate when all processing is complete.
### `close()`