defunctzombie / node-process

process information for node.js and browsers
MIT License
122 stars 62 forks source link

Calling cached methods as method #67

Closed ladz closed 8 years ago

ladz commented 8 years ago

In IE10 calling the cached setTimeout and clearTimeout causes an 'Invalid calling object' error. It needs to be called as a method in order to work.

calvinmetcalf commented 8 years ago

dupe of #64 which I haven't merged yet, in the mean time as far as I know this only is an issue if you are evaling code (possibly by using one of the debug strategies in webpack that use eval) so you can avoid that in the mean time