Skip to main content
Module

x/s3si/deps.ts>CookieJar#getCookieString

Export your battles from SplatNet to https://stat.ink
Go to Latest
method CookieJar.prototype.getCookieString
Re-export
import { CookieJar } from "https://deno.land/x/s3si@gui-v0.4.16/deps.ts";

Converts the cookies to a string that can be used in a request.

Parameters

url: string | Request | URL
  • the url to get the cookies for. if provided, will only return cookies that match the domain and path of the url.