Skip to content

Commit

Permalink
add comments about MemoryCookieStore
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen committed Jul 13, 2021
1 parent baf022f commit dbf6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nodemw/test-got-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console.log(rawParams);
const url = "https://" + rawParams[0] + "/w/api.php";
console.log(url);

// set up a Got instance with cookie jar.
// set up a Got instance with cookie jar, with default MemoryCookieStore
// Got will handle all cookie related work.
const cookieJar = new toughCookie.CookieJar();
const gotInstance = got.extend( {
Expand Down

0 comments on commit dbf6f6d

Please sign in to comment.