> Done. This also makes blob.slice() return a blob that's equivalent to the > original blob, which I suppose is all self-consistent.
Oh... I see, they use the same helper method... i'm a little wary of changing the existing semantics of slice() in this way since its already out there in the wild > "this" to be the GearsBlob Yes... in the various ports, creating the JSArray and populating it an element at a time involves many script invocations... sometimes GCs and or page unloads can happen in there.
