You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PURE_ZIG_REFACTOR.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,6 @@ implementations.
295
295
296
296
| Upstream API | Current gap |
297
297
|---|---|
298
-
|`webui_bind()`|`Window.bind` supports explicit `webui.call()` calls, but the bridge does not automatically dispatch DOM events from an element with the same ID to that binding. |
299
298
|`webui_show()`, `webui_set_root_folder()`, `webui_set_file_handler()`, `webui_set_file_handler_window()`| Content and resource handling can only be selected when creating a window; replacing them at runtime is not implemented. |
300
299
|`webui_show_client()`|`Client` cannot replace the content of only one connected browser. |
301
300
|`webui_is_shown()`| There is no window-level connected/shown query. |
@@ -347,6 +346,7 @@ not implementation gaps:
347
346
|`webui_wait()`, `webui_wait_async()`|`Running.wait()` used directly or through `std.Io` concurrency. |
348
347
|`webui_close()`, `webui_destroy()`, `webui_exit()`, `webui_clean()`|`Window.close()`, `Running.stop()`, and `App.deinit()`. |
349
348
|`webui_set_context()`, `webui_get_context()`| Binding and event-handler `user_data`. |
349
+
|`webui_bind()`|`Window.bind()` handles explicit `webui.call()` requests and zero-argument DOM clicks from elements with a matching ID. |
350
350
|`webui_get_count()`, `webui_get_size()`, `webui_get_size_at()`|`Call.arguments.len` and `Call.bytes(index).len`. |
0 commit comments