framework api: init / work in progress (#13215)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
dave caruso
2024-09-12 16:44:03 -07:00
committed by GitHub
parent ff6f8bd2d1
commit c2c2048072
91 changed files with 6013 additions and 3051 deletions

View File

@@ -2888,7 +2888,7 @@ pub const PostgresSQLConnection = struct {
&[_]JSValue{
instance,
},
);
) catch |e| this.globalObject.reportActiveExceptionAsUnhandled(e);
}
pub fn onClose(this: *PostgresSQLConnection) void {