On Mon, Apr 9, 2018 at 3:16 PM, Randell Jesup <[email protected]> wrote:
> I'm surprises that DOMDataChannel wasn't found: > nsDOMDataChannel.h: > class nsDOMDataChannel final : public mozilla::DOMEventTargetHelper, > > perhaps you were looking for "public DOMEventTargetHelper"? > Yep. That was indeed my lame search. > > I also find nsScreen and nsDOMOfflineResourceList using > mozilla::DOMEventTargetHelper > > Are there any events implemented in JS that we need to worry about? For > example, there are a lot of events (and a number of objects) defined for > WebRTC as part of dom/media/PeerConnection.js > Having test coverage would be prudent, I think. I'm not sure what can break in the js event target world. Thanks. Ben _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

