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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,6 @@ implementations.
298
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. |
299
299
|`webui_show_client()`|`Client` cannot replace the content of only one connected browser. |
300
300
|`webui_is_shown()`| There is no window-level connected/shown query. |
301
-
|`webui_set_config(asynchronous_response)`| A `Call` response must be completed during the binding handler lifetime. |
302
301
|`webui_set_config(show_wait_connection)`, `webui_set_timeout()`|`Window.open()` does not optionally wait for a browser connection. |
303
302
|`webui_set_config(ui_event_blocking)`, `webui_set_event_blocking()`| Per-window event scheduling control is not exposed. |
304
303
|`webui_set_config(folder_monitor)`| Directory change monitoring and automatic browser reload are not implemented. |
@@ -343,6 +342,7 @@ not implementation gaps:
343
342
|`webui_get_count()`, `webui_get_size()`, `webui_get_size_at()`|`Call.arguments.len` and `Call.bytes(index).len`. |
0 commit comments