Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@jinwoo jinwoo released this 18 Apr 16:17
· 88 commits to master since this release
3ec8a00

pushFn(), which is returned from preprocessRequest(), now has no arguments. Previously it accepted the stream argument but it was redundant and now is removed.

And when an error occurs while auto-pushing resources, a 'pushError' event is emitted from the stream. its argument is the error object that caused it.

Commits

0b2d70d feat: emit 'pushError' on errors during push (#13)