Skip to main content
Module

x/steam_trader/deps.ts>CookieJar#setCookie

https://deno.land/x/steam_trader
Latest
method CookieJar.prototype.setCookie
Re-export
import { CookieJar } from "https://deno.land/x/steam_trader@v0.4.0/deps.ts";

Sets or replaces a cookie inside the jar. Only sets new cookies if cookie is valid and not expired. Validation and expiration checks are not run when replacing a cookie.

Parameters

optional
url: string | Request | URL