Just some update in README.md description
This commit is contained in:
parent
61991eceaa
commit
ea32f22c2d
@ -44,7 +44,7 @@ email.set('attachment', fileObject);
|
|||||||
email.save();
|
email.save();
|
||||||
|
|
||||||
email.on('progress', console.log);
|
email.on('progress', console.log);
|
||||||
// Will result: the status in percent i.e. 0.3233
|
// Will result: with an event object you can use evt.loaded and evt.total to figure out the percent (i.e. 0.3233)
|
||||||
|
|
||||||
```
|
```
|
||||||
### fileAttribute
|
### fileAttribute
|
||||||
|
Loading…
Reference in New Issue
Block a user