https://bugzilla.wikimedia.org/show_bug.cgi?id=42815

Matthew Flaschen <mflasc...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |64721
            Summary|Provide a robust way of     |Provide a robust way of
                   |logging events without      |logging events without
                   |blocking until network      |blocking until network
                   |request completes           |request completes; use
                   |                            |sendBeacon with client-side
                   |                            |storage fallback

--- Comment #12 from Matthew Flaschen <mflasc...@wikimedia.org> ---
(In reply to Krinkle from comment #11)
> Firefox landed it recently in stable:
> https://developer.mozilla.org/en-US/docs/Web/API/navigator.sendBeacon
> https://developer.mozilla.org/en-US/Firefox/Releases/31
> 
> Chrome landed it in canary (Chrome 37), soon to be in stable:
> https://code.google.com/p/chromium/issues/detail?id=360603

This seems like a good choice then.  We can use sendBeacon when available, and
use jStorage when it's not.  However, ideally, the issue with localStorage
being used up should be solved first, or the fallback will be less effective
(or have to use cookies).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to