Closed royalgarter closed 11 years ago
The cookies in webLogOn are already an array, just add each one of them.
https://github.com/seishun/node-steam/releases/tag/v0.6.0
webLogOn now calls back with an array of cookies, rather than a single string joined with a semicolon - no need for split(';') anymore when adding to a request jar or working with node-steam-trade;
Thank you, sorry for didn't notice that
Hi seishun,
I tried your lib with dota2 store with some modify with new version of node-steam, but It's look like the loadInventory was broken with cookie.When I debug to your lib the inventory is 'undefined', did I do something wrong?