Delete generated jsonp-callbacks #2323
Comments
|
While |
|
This is pure guessing, first of all, I wouldn't rely on those assumptions, until they proved by the performance benchmarking. |
|
I agree that Would it make sense to create a single object on |
|
Which would mean we would expose three globals and as soon as IE8 dead we could eliminate it, cool. |
|
I like the idea of using |
Now we assign it to undefined when
undefinedwhen function is executed, we did this because we can't properly delete properties from the window objects on oldIE.This issue still exist for supported IE8, but i think we should discuss using
removePropmethod in both branches instead.The text was updated successfully, but these errors were encountered: