jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Blob::Free() method #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Because Blob objects are often used to store big amount of data, it could
be interesting to free them manually before the GC free their content.
The issue is that Blob are supposed to be immutable like String. An idea is
to invalidate them after they are freed and throw an error if they are used.

Original issue reported on code.google.com by sou...@gmail.com on 24 Aug 2008 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by sou...@gmail.com on 27 Nov 2008 at 10:13