We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
?noResolve
According to the documentation you can use the 'X-resolve' header:
await fetch('ipfs://CID/example/', {headers: {'X-Resolve': none}})
But looking through the code it seems like the only way is by passing adding 'noResolve' to the query string