import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { DeleteCookiesRequest } = Protocol.Network;
Properties
If specified, deletes all the cookies with the given name where domain and path match provided URL.
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { DeleteCookiesRequest } = Protocol.Network;
If specified, deletes all the cookies with the given name where domain and path match provided URL.