(doc)
| 84 | * @return {Promise<void>} |
| 85 | */ |
| 86 | export function waitForBodyOpenPromise(doc) { |
| 87 | return new Promise((resolve) => |
| 88 | waitForBodyOpen(doc, /** @type {function():void} */ (resolve)) |
| 89 | ); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Removes the element. |
no test coverage detected