pawjs
pawjs copied to clipboard
await inside of async apply(clientHandler) causes crashes on older Safari IOS
@tirthbodawala
- It appear that placing the
await
inside ofasync apply(clientHandler)
causes crashes on some older Safari IOS browsers (on client side navigation), the cause may be related to some conflicts / scoping issues between nestedasync
- The
setParams
functions were never called on those browsers.