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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,8 +296,6 @@ implementations.
296
296
| Upstream API | Current gap |
297
297
|---|---|
298
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
-
|`webui_get_float()`, `webui_get_float_at()`|`Call.float()` is not implemented. |
300
-
|`webui_return_float()`, `webui_return_bool()`|`Call.reply()` can encode these values as text, but typed `replyFloat()` and `replyBool()` helpers are not implemented. |
301
299
|`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. |
302
300
|`webui_show_client()`|`Client` cannot replace the content of only one connected browser. |
303
301
|`webui_is_shown()`| There is no window-level connected/shown query. |
@@ -350,8 +348,8 @@ not implementation gaps:
350
348
|`webui_close()`, `webui_destroy()`, `webui_exit()`, `webui_clean()`|`Window.close()`, `Running.stop()`, and `App.deinit()`. |
351
349
|`webui_set_context()`, `webui_get_context()`| Binding and event-handler `user_data`. |
352
350
|`webui_get_count()`, `webui_get_size()`, `webui_get_size_at()`|`Call.arguments.len` and `Call.bytes(index).len`. |
353
-
|`webui_get_string()`, `webui_get_string_at()`, `webui_get_int()`, `webui_get_int_at()`, `webui_get_bool()`, `webui_get_bool_at()`|`Call.string()`, `Call.int()`, and `Call.boolean()`. |
0 commit comments