Web 2.0, Meet JavaScript 2.0
Jeremy Martin writes "Well I suppose it's an undeniable fact about us programmer-types — every now and then we just can't help but get excited about something really nerdy. For me right now, that is definitely JavaScript 2.0. I was just taking a look at the proposed specifications and I am really, truly excited about what we have coming."
Use the error console in Firefox/Seamonkey. Very specific errors.
;)
Seamonkey even has a javascript debugger.
If your using IE, well then *snigger* your screwed.
No, really, there's no new security problem here. Different hosts? How is that different to <script> elements pointing to different hosts today? Compromised hosts? What's different to today?
Browsers have been able to download code from disparate, potentially untrustworthy remote hosts since they first started executing JavaScript. You have not discovered a new problem.
Somebody already did, but you didn't like the answer.
Bogtha Bogtha Bogtha
A parameterized type is a template for new types and is defined by adding type parameters to class, interface, type, and function definitions:
A parameterized type is instantiated by supplying concrete types for its parameters: The predefined types Map, Vector, IteratorType, and ControlInspector (among others) are parameterized.
The parameterized types in ES4 do not allow for type parameter constraints or variance annotations. However, nothing precludes the inclusion of these in a future edition of the language.