2012/1/30 Bronislav Klučka <bronislav.klu...@bauglir.com> > so just a line > URL.createObjectUrl(blob) > creates a memory leak? Heh? > > Which brink me to my previous question, what happened to Blob.URL? Just > brink it back and this whole conversation can go away... >
The only way blob.URL differs from URL.createObjectUrl is in syntax. The semantics are the same ... and the leak still exists. - Kyle