Posts

Showing posts from March 22, 2019

Delete specific blob data or clear out all stored blob data entirely with JS

Image
0 1 In my app there is the ability to generate PDFs. The library I am using doesn't dispose of them after they are created and download. Eventually, after generating enough PDFs, the stored blob data becomes so large that it crashes the browser. One solution would be to refresh the browser after print. That would really screw up the user experience though because they would lose their current print parameters. The solution to that would be to store the print parameters in sessionStorage or something so that they are restored when a refresh is done. At any rate, the easiest solution to implement would be just to clear out the specific blob data, or clear all blob data, once the print is done. This is what I am seeing chrome://blob-internals. The first item is what I want to delete; the two items below t

How to add MP3 encoder in sound Converter ubuntu 15.10, 14.10 or 14.04

Image
0 I have installed sound converter from Ubuntu 15.10 repository. But it is not working for MP4 to mp3. Previous posts are not helping me to sort out this problem !!! sound mp3 mp4 mp3-player soundconverter share | improve this question asked Mar 1 '16 at 8:52 Abhishek Raj Abhishek Raj 3 1 5 1 Possible duplicate of Sound converter on Ubuntu Gnome