Cheers, Josh _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo
I'm finding myself creating a bunch of new events that get posted to the
script task that are targeted at a specific Page. Currently these just
include a PipelineId which we pass to the get_page helper, but I'm
slightly concerned that this won't actually work for subframes. Should I
be including an optional SubpageId too? Should we just bundle up these
values in a PageId that can be passed around?