import mql from '@microlink/mql' const { data } = await mql('https://time.kikobeats.com/html', { force: true })
force
Type: <boolean>
Default: false
Default: false
It invalidates the cache copy associated with the resource requested, returning a new fresh copy over the target url.
When it's provided, the header
x-cache-status
on the response will return BYPASS.You can read cache section to know more about that.