DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
476 stars 128 forks source link

add cancelAllConfirmations method #252

Closed srg-n closed 4 years ago

srg-n commented 4 years ago

cancelAllConfirmations(time, confKey, cancelKey, callback)

Cancel all outstanding confirmations on your account all at once.

DoctorMcKay commented 4 years ago

This can already be done in userland code and it's not exactly a common function; for the sake of simplicity I'm not sure it's worth adding a dedicated method for this.