()
| 118 | * Results are consumed via getMdmRawReadPromise(). |
| 119 | */ |
| 120 | export function startMdmRawRead(): void { |
| 121 | if (rawReadPromise) return |
| 122 | rawReadPromise = fireRawRead() |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * Get the startup promise. Returns null if startMdmRawRead() wasn't called. |