Add ex089 Async 6

This commit is contained in:
Dave Gauer
2021-05-27 19:04:11 -04:00
parent 2408f420bc
commit e47dccf245
4 changed files with 63 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
44,45c44,45
< var com_title = com_frame;
< var org_title = org_frame;
---
> var com_title = await com_frame;
> var org_title = await org_frame;