130
edits
(Remove content DOM node access in example since that wouldn't work with e10s.) |
(Added E10S section) |
||
Line 92: | Line 92: | ||
/* ... do something ... this function can yield */ | /* ... do something ... this function can yield */ | ||
} | } | ||
== E10S (Electrolysis) == | |||
E10S is the codename for Firefox multi-process, and what that means is that the process in which the test runs isn't the same as the one in which the test content page runs. | |||
== Asynchronous tests == | == Asynchronous tests == |
edits