(isSettled = false)
| 6003 | } |
| 6004 | |
| 6005 | function throwIfStep8SettledOrStopped(isSettled = false) { |
| 6006 | if (isSettled || stopRequested) { |
| 6007 | throw new Error(STOP_ERROR_MESSAGE); |
| 6008 | } |
| 6009 | } |
| 6010 | |
| 6011 | async function ensureStep8SignupPageReady(tabId, options = {}) { |
| 6012 | await ensureContentScriptReadyOnTab('signup-page', tabId, { |