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.
In order to use io.fetch make sure that it is enabled:
io.fetch
// activate the package io.fetch.attach(); // deactivate the package io.fetch.detach();
See How to include for more details. See fetch for the full documentation.
io.get({ url: '/url', fetchMode: 'no-cors', fetchCredentials: 'omit', fetchReferrerPolicy: '' }).then(function (value) { console.log('Got:', value); });