Class Index | File Index

Classes


Namespace window


Defined in: _EvalHandlers.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Eval routines, depending on the browser.
Namespace Detail
window
Eval routines, depending on the browser.

The problem solved in this class is the problem on how to perform a global eval on multiple browsers. Some browsers auto eval themselves they do not need to be called

  • Some work with a window.eval.call(window,...
  • Others use simply execScript
  • Some others work only with the head appendix method head.appendChild(<script...., head.removeChild(<script
  • Note: The code here already is precompressed because the compressor fails on it, the deficits in readability will be covered by more comments


    Documentation generated by JsDoc Toolkit 2.1.0 on Thu Mar 31 2016 20:58:00 GMT-0000 (GMT)