We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run
1 parent 1ca57d7 commit bbd231cCopy full SHA for bbd231c
README.md
@@ -626,7 +626,7 @@ Cancels the currently pending promise by ignoring its result and calls `abort()`
626
627
> `function(...args: any[]): Promise`
628
629
-Runs the `deferFn`, passing any arguments provided as an array.
+Runs the `deferFn`, passing any arguments provided as an array. The returned Promise always **fulfills** to `data` or `error`, it never rejects.
630
631
#### `reload`
632
0 commit comments