DevTools/Actor Best Practices: Difference between revisions

no edit summary
(Remove disconnect vs. destroy after bug 1315391)
No edit summary
Line 20: Line 20:
     this.tabActor = this.observer = this.actors = null;
     this.tabActor = this.observer = this.actors = null;
   },</nowiki>
   },</nowiki>
== Child Actors ==


With <code>protocol.js</code> actors, if your creates child actors for further functionality, in most cases you should call:
With <code>protocol.js</code> actors, if your creates child actors for further functionality, in most cases you should call:
Confirmed users
177

edits