Talk:File IO: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(re em_te - wfm)
No edit summary
Line 18: Line 18:
::Works fine for me. Probably you're using slightly different code. Mail me asqueella gmail.com and I'll take a look.
::Works fine for me. Probably you're using slightly different code. Mail me asqueella gmail.com and I'll take a look.
::[[User:Asqueella|asqueella]]
::[[User:Asqueella|asqueella]]
:::Well it's one of those situations again where I say, "I could have sworn!". Well, thanks.

Revision as of 04:32, 23 March 2005

starting a local version of MonkeySage's jsio.js

Since bugs have been found in MonkeySage's jsio.js at http://gratisdei.com/io.js, I'm going to start a local branch of it here where we can refine it and clean it up w/o asking MonkeySage to change his website.

-grimholtz

em_te's edit

em_te: You don't actually need to assign:

x = x.QI(...)

has the same effect as

x.QI(...)

-asqueella

When I used this code in my extension it doesn't work. If I don't assign it back, I get a "readLine" not supported error.
-Emte
Works fine for me. Probably you're using slightly different code. Mail me asqueella gmail.com and I'll take a look.
asqueella
Well it's one of those situations again where I say, "I could have sworn!". Well, thanks.