rlr / dotjs-addon

[unmaintained] ~/.js for Firefox
BSD 3-Clause "New" or "Revised" License
144 stars 17 forks source link

Memory leak fixed, updated the example. #18

Closed jeffgca closed 12 years ago

jeffgca commented 12 years ago

I got some advice to never add a worker reference to a tab as this becomes a non-gc-able cyclical reference. Dotjs doesn't need to reference workers via tab anyway.