Skip to content

Commit a08006c

Browse files
committed
minor fix
1 parent 975dc29 commit a08006c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ webview.run()
154154

155155
Webview Python supports binding asynchronous Python functions that can be called from JavaScript. This is useful for time-consuming operations that should not block the main thread.
156156

157+
Demo: [bind_in_local_async_by_asyncio_guest_win32_wip.py](examples/async_with_asyncio_guest_run/bind_in_local_async_by_asyncio_guest_win32_wip.py), [bind_in_local_async.html](examples/async_with_asyncio_guest_run/bind_in_local_async.html)
158+
157159
```python
158160
import asyncio
159161
from webview.webview import Webview, Size, SizeHint

0 commit comments

Comments
 (0)