Do you have any comments on this?
Thank you very much!
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
> --
> You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
> To post to this group, send email to chromiu...@chromium.org.
> To unsubscribe from this group, send email to chromium-html...@chromium.org.
Hello everyone,
As this group has been very helpful on my previous questions, I though
I ask another one:
I tweaked the above code enabling it to save an image to the hard
drive. Not a big problem. But now comes the tricky part: I not only
want to display the image (as I did with
"window.webkitURL.createObjectURL") when I am offline, but I also want
to modify the image before I display it. I guess this can be done by
using the FileReader object and its method "readAsArrayBuffer".
However, my question is: How do I assign/load this manipulated
ArrayBuffer to the "img.src" property?
Thank you very much!
Kind regards,
Simon Heckmann
On 3 Mrz., 18:20, Eric Uhrhane <er...@chromium.org> wrote:
> No, it has to be done with a flag. That's specifically *because* it's
> not something regular users will do. Features are hidden behind a
> flag because they're not considered ready for casual use, but we want
> to expose them to developers.
>
>
>
>
>
>
>
> On Wed, Mar 2, 2011 at 8:56 PM, Bauglir <Bronislav.Klu...@bauglir.com> wrote:
> > Is there a way to enable --unlimited-quota-for-files option from
> > chrome/chromium while running? This is like impossible to explain to
> > regular users how to setup this as parameter.
>
> > Brona
>
> > --
> > You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
> > To post to this group, send email to chromium-ht...@chromium.org.
> > To unsubscribe from this group, send email to chromium-html5+unsubscr...@chromium.org.
> > For more options, visit this group athttp://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
Okay, other idea: Does Chrome implement the FileSystemSync API yet,
because then I could use this and already load the file in a worker!?!
To post to this group, send email to chromiu...@chromium.org.
To unsubscribe from this group, send email to chromium-html...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-html5/?hl=en.
Right--the lifetime of URLs created by createObjectURL is tied to that
of the context [window or worker] in which they were created.
In the next major release of Chrome, you'll be able to use
entrySync.toURL(), which doesn't have the lifetime issue.
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-html5/-/DOBIvdblCF8J.