(query: string, ...bindings: any[])
| 3141 | * The **`wasClean`** read-only property of the CloseEvent interface returns `true` if the connection closed cleanly. |
| 3142 | * |
| 3143 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/wasClean) |
| 3144 | */ |
| 3145 | readonly wasClean: boolean; |
| 3146 | } |
nothing calls this directly
no outgoing calls
no test coverage detected