ccapture.js icon indicating copy to clipboard operation
ccapture.js copied to clipboard

Why are you overriding window namespace functions ?

Open jeanbmar opened this issue 6 years ago • 0 comments

I don't understand why you are overriding window functions in _init method, instead of creating and exposing wrappers on those. It's a potential disaster for libraries that use them. e.g. the requestAnimationFrame implementation messes with the DOMHighResTimeStamp parameter value and breaks any existing code that is running it.

jeanbmar avatar Nov 22 '19 16:11 jeanbmar