[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [orion-dev] what is the effect of returning a file or a blob in orion.shell.command?
|
Thanks, Grant. I read it then but forgot about that blog post, very helpful.
What counts as a blob? I tried returning a JS string but that didn't
work. Your post mention an ArrayBuffer but it since I have the
contents I need as a simple string I'd rather not have to introduce a
dependency on a HTML5 API.
Cheers,
Rafael
On Tue, Nov 5, 2013 at 4:21 PM, Grant Gayed <Grant_Gayed@xxxxxxxxxx> wrote:
> Hi Rafael,
>
> These are demonstrated in
> http://planetorion.org/news/2013/02/orion-2-0-whats-new-for-shell-page-plug-ins/
> to implement zip and unzip commands from a plug-in.
>
> I notice that one detail has changed since that blog was posted, GitHub no
> longer allows scripts like this to reference its raw content. A workaround
> to get the blog's example working again is to change its two <script
> src="..." references from "https://raw.github.com/Stuk..." to
> "https://rawgithub.com/Stuk...". I'll be updating the blog with info about
> this once WordPress gets around to sending me a replacement for my forgotten
> password ;-).
>
> Grant
>
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/orion-dev
>