| /** This module holds event constants shared by front-end code and Puppeteer tests. */ | |
| /** | |
| * Event thrown by CodesizeScaffoldSk when the last pending task is resolved and the loading | |
| * indicator is hidden. | |
| */ | |
| export const END_BUSY_EVENT = 'end-busy'; |