diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:27:33 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:27:33 +0800 |
commit | 9d3c4f80e22124f66c6a23d79d71ed5a75a8ead4 (patch) | |
tree | 4060a2d56919ba06c05d19da26f8dc27c162d5f7 | |
parent | f5b387f8602b30d47841696cb0165aa88218f42a (diff) |
The async attribute might not be useful here
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ <body> <script src="https://unpkg.com/@shopify/app-bridge@3"></script> <script src="https://unpkg.com/@shopify/app-bridge-utils@3"></script> - <script async> + <script> async function getToken() { Module.cwrap('getproducts', '', ['string', 'string'])(await |