Open amessara-billettiqueservices opened 1 year ago
https://github.com/pokusew/nfc-pcsc/blob/8f47cf9e623f45d8318a13460084068889f76ede/src/Reader.js#L257
It would be very help full to add the disposition parameter to the disconnect method. The default SCARD_LEAVE_CARD is fine, but sometimes other dispositions are needed especially the SCARD_RESET_CARD.
disposition
disconnect
@pokusew would you accept a PR for this simple change?
Hi @pke, yes, I would. 🙂
https://github.com/pokusew/nfc-pcsc/blob/8f47cf9e623f45d8318a13460084068889f76ede/src/Reader.js#L257
It would be very help full to add the
disposition
parameter to thedisconnect
method. The default SCARD_LEAVE_CARD is fine, but sometimes other dispositions are needed especially the SCARD_RESET_CARD.