* @description 关闭 frame
()
| 3617 | * @description 关闭 frame |
| 3618 | */ |
| 3619 | function handleCloseFrame() { |
| 3620 | window.parent.postMessage({ id: id.value, closed: true }, URL_CONFIG.homeOrigin); |
| 3621 | } |
| 3622 | /** |
| 3623 | * @description 等待窗口任务结束 |
| 3624 | * @param id |
no outgoing calls
no test coverage detected