You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Date.toJSON fails for < IE8, because it uses inside Date.toISOString directly without the polyfilled version
(I'm using it without without global namespace pollution)
Date.toJSON fails for < IE8, because it uses inside Date.toISOString directly without the polyfilled version
(I'm using it without without global namespace pollution)
return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();
The text was updated successfully, but these errors were encountered: