Open dirkcuys opened 1 year ago
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
Ah! Sorry the docs are messed up. I changed it to just use noResolve accross the protocols since headers make it harder to link to and having the duplication adds extra confusion. :x
According to the documentation you can use the 'X-resolve' header:
But looking through the code it seems like the only way is by passing adding 'noResolve' to the query string