On Fri, Sep 6, 2013 at 1:32 PM, Nicholas Nethercote <n.netherc...@gmail.com> wrote: > With the above code I do get an iframe that loads about:about, which > is good. But there's no child process created, and when I inspect the > |remote| attribute of the iframe it is |undefined|, as if something > prevented it from being set to true.
Note that <browser> elements do not have .remote property getter/setters, so you need to check e.g. browser.hasAttribute("remote") rather than browser.remote. Gavin _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform