Is it possible to reset an ECMAScript 6 generator to its initial state? Technology Community › Category: JavaScript › Is it possible to reset an ECMAScript 6 generator to its initial state? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Once a generator enters the “completed” state it never leaves it and its associated execution context is never resumed. Any execution state associated with generator can be discarded at this point.