Usecase
◉ In custom format, lets you retreive and store a JSON result from an API which asks for authentication by cookies (the request automatically inheriting cookies from the page, it is already authenticated):
const url = ""
const r = await fetch(url, {credentials: "include"})
return await r.json()
◉ To track comments or code in webpage sources : use xpath selector.