Artem Feoktistov
Artem Feoktistov
Windows 7 x86 ``` reader.transmit(new Buffer([0x00, 0xB0, 0x00, 0x00, 0x20]), 200, protocol, function(err, data) { if (err) { console.log(err); } else { console.log('Data received', data); reader.close(); pcsc.close(); } }); ```...
@mfranzke I've added DOM changes tracking with MutationObserver, which would recall 'prepareElements' method
Window7 x86 Node 5.10.1 I try to build buffertools such way: ``` node-gyp configure node-gyp build -d ``` Then I got the error while requiring buffertools (`require('buffertools');`): ``` The system...