Is there a method to fetch the response cookies with fetch? For instance, in python there is
session = requests.session();
session.cookies;
Is there anything similar to this using fetch?
Is there a method to fetch the response cookies with fetch? For instance, in python there is
session = requests.session();
session.cookies;
Is there anything similar to this using fetch?