Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "ss-utils", | ||
"title": "ServiceStack JavaScript Utils", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "ServiceStack's JavaScript library providing a number of convenience utilities in developing javascript web apps. Integrates with ServiceStack's Server features including Error Handling, Validation and Server Events", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ServiceStack/ss-utils", |
@@ -673,2 +673,3 @@ ;(function (root, f) { | ||
$.ss.onUnload = function () { | ||
if (!$.ss.unRegisterUrl) return; | ||
if (navigator.sendBeacon) | ||
@@ -675,0 +676,0 @@ navigator.sendBeacon($.ss.unRegisterUrl); |
40257
929