re-enable CDP node registry

This commit is contained in:
Karl Seguin
2025-12-09 11:50:33 +08:00
parent 49c0e95664
commit 9132bc2375
13 changed files with 653 additions and 624 deletions

View File

@@ -42,7 +42,6 @@ _resolver: js.PersistentPromiseResolver,
pub const Input = Request.Input;
pub const InitOpts = Request.InitOpts;
// @ZIGDOM just enough to get campfire demo working
pub fn init(input: Input, options: ?InitOpts, page: *Page) !js.Promise {
const request = try Request.init(input, options, page);