We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
io.get({ url: '/url', fetchMode: 'no-cors', fetchCredentials: 'omit', fetchReferrerPolicy: '' }).then(function (value) { console.log('Got:', value); });