I'm reading jquery1.9.1 source code. At the beginning, it says:
// Can't do this because several apps including ASP.NET trace // the stack via arguments.caller.callee and Firefox dies if // you try to trace through "use strict" call chains. (#13335) // Support: Firefox 18+ //"use strict";but I don't understand what "Support: Firefox 18+" means?
Does it mean, if you use firefox 18+, "use strict" will work fine with apps like ASP.NET?