Talk:File IO: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(explaining the revert)
Line 13: Line 13:


-[[User:Asqueella|asqueella]]
-[[User:Asqueella|asqueella]]
:Apologies if I am wrong, but when I used that code in my extension it didn't work. I needed to assign it back or else I get a "readLine" not supported error or something.

Revision as of 17:34, 22 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

Apologies if I am wrong, but when I used that code in my extension it didn't work. I needed to assign it back or else I get a "readLine" not supported error or something.