Currently the only way to have the screen reader read is to run: ```js notify.push({ _type: 'a11y-push', body: 'Loading.' }); ``` This doesn't allow for a delay, in the case of needing to wait for focusing to finish, or facilitate a wait until the read timeout has expired.