Skip to content

Commit f831ae0

Browse files
committed
add comment
1 parent 07e9044 commit f831ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ const symbols = {
1919
// bool webui_show(size_t window, const char* content)
2020
parameters: ["usize", "buffer"],
2121
result: "bool",
22+
// https://github.com/webui-dev/deno-webui/issues/91
2223
nonblocking: Deno.build.os !== "darwin",
2324
},
2425
webui_show_browser: {
2526
// bool webui_show_browser(size_t window, const char* content, size_t browser)
2627
parameters: ["usize", "buffer", "usize"],
2728
result: "bool",
29+
// https://github.com/webui-dev/deno-webui/issues/91
2830
nonblocking: Deno.build.os !== "darwin",
2931
},
3032
webui_interface_bind: {

0 commit comments

Comments
 (0)