Skip to content

Commit

Permalink
Include arg documentation for the set event
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclx committed Feb 8, 2020
1 parent 2ae0a63 commit fa9b37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ The `'end'` event is emitted after the data from the URL has been fully flushed.

### Event: 'set'

* `store`: <[xget.store](#xgetstore)> The shared internal data store.

The `'set'` event is emitted after all the middlewares defined in the `with` option of the [XGETOptions](#xgetoptions) or with the [xget.with()](#xgetwith) method.

This event is fired after the `'loaded'` event.
Expand Down

0 comments on commit fa9b37e

Please sign in to comment.