hallvard
06/14/2019, 1:49 PMwindow.navigator.sendBeacon
. In JS I usually just do navigator.sendBeacon
. Does anyone in here have any knowledge to share?Lawik
06/14/2019, 2:00 PMwindow.navigator.asDynamic().sendBeacon(...)
hallvard
06/14/2019, 2:52 PMif(navigator.sendBeacon) { ... }
, but I guess I can simply js("")
the whole thing.napperley
06/14/2019, 10:35 PMhallvard
06/15/2019, 8:45 AMjs("")
is better, I think.napperley
06/15/2019, 10:39 PM