UNPKG

litejs

Version:

Single-page application framework

14 lines (8 loc) 243 B
/* litejs.com/MIT-LICENSE.txt */ if (!navigator.sendBeacon) { navigator.sendBeacon = function(url, data) { var req = xhr("POST", url, xhr.unload) req.setRequestHeader("Content-Type", "text/plain;charset=UTF-8") req.send(data) } }