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.
2 parents 5047ee0 + 47c4c95 commit 64a5baeCopy full SHA for 64a5bae
Readme.md
@@ -27,9 +27,11 @@ $ component install LearnBoost/jsonp
27
the callback (defaults to `callback`)
28
- `timeout` (`Number`) how long after a timeout error is emitted. `0` to
29
disable (defaults to `60000`)
30
+ - `prefix` (`String`) prefix for the global callback functions that
31
+ handle jsonp responses (defaults to `__jp`)
32
- `fn` callback
33
-The callback is called with `err, data` parameters.
34
+The callback is called with `err, data` parameters.
35
36
If it times out, the `err` will be an `Error` object whose `message` is
37
`Timeout`.
0 commit comments