Maxime Dirksen
Maxime Dirksen
Fix for #172 `Assertion '__n < this->size()' failed` error. It arrives when no frames have been captured during the automatic configuration. The proposed solution is to increase the capture time,...
ObjectURL API doc: https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL_static It is more complicated than expected to solve #479. I wanted to use the JS [`Blob.text()`](https://github.com/saghul/txiki.js/blob/69fa6a055cca4d6d8315fdeef35dcdd6bbd90d97/src/js/polyfills/blob.js#L118) method to retrieve the content of the stored blob (as...
Hey, I would like to ask your help concerning the missing `URL.createObjectURL` browser feature. Here's some background, I would like to use the MQTT.js library (https://github.com/mqttjs/MQTT.js), which is compatible with...
This PR fix some memory leaks, as well as the one observed in #19. I attached two screen captures of a small stress test that switch between the tabs of...