canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
92 stars 4 forks source link

Deprecation of send() with synchronous XHR to be removed from Chrome Sept 2016 #83

Closed mjstahl closed 8 years ago

mjstahl commented 8 years ago

Console Warning:

register.js:92 Invoking 'send()' on a sync XHR during microtask execution is deprecated and will be removed in M53, around September 2016. See https://www.chromestatus.com/features/5647113010544640 for more details.

Although the above warning says register.js:92 it is actually: https://github.com/canjs/can-zone/blob/master/register.js#L90

Chrome version: 52.0.2743.82 (64-bit)

mjstahl commented 8 years ago

Closing. Duplicate of https://github.com/stealjs/steal-less/issues/9