The universalxpconnect tag has no wiki summary.
0
votes
1answer
436 views
How to read a local file by chunks in JavaScript?
Say, I have a file that is 500 bytes in size on my local hard drive and I want to read first 100 bytes from it without loading the whole file into memory. How to accomplish that in JavaScript with the ...
4
votes
1answer
698 views
The only option is to include that block of code into each of my functions?
Several of my functions require the UniversalXPConnect privilege to be enabled.
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
So, my functions look like this:
function ...