pawjs icon indicating copy to clipboard operation
pawjs copied to clipboard

await inside of async apply(clientHandler) causes crashes on older Safari IOS

Open KhoaNguy3n opened this issue 4 years ago • 0 comments

@tirthbodawala

  • It appear that placing the await inside of async 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 nested async
  • The setParams functions were never called on those browsers.

KhoaNguy3n avatar Sep 03 '20 05:09 KhoaNguy3n