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.
Just including io.load activates it. See How to include for more details. See load for the full documentation.
io.load
io.load('/url').then(function () { console.log('Got it!'); }); io.load('/url', {q: 1}).then(function () { console.log('Got it!'); }); io.load('/url', {q: 2});