slyfox
slyfox copied to clipboard
Restore overwritten methods on the window.
Results
2
slyfox issues
Sort by
recently updated
recently updated
newest added
HTML for testing: ```html document.createElement=function(){} archetype.onReady(function() { var getElementById = archetype.getNativeMethod("document.getElementById"); console.log(getElementById) }); ``` this code throws Exception: ``` archetype.js:57 Uncaught TypeError: Cannot read property 'style' of undefined at prepareIframe...