We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function.prototype.apply
The text was updated successfully, but these errors were encountered:
(snippets relevant here, excerpts) execute_script.js
function executeScript(script, args) { const Promise = window.cdc_adoQpoasnfa76pfcZLmcfl_Promise || window.Promise; return Promise.resolve(f.apply(null, args)); }
execute_async_script.js
async function executeAsyncScript(script, args, isUserSupplied, timeout) { const Promise = window.cdc_adoQpoasnfa76pfcZLmcfl_Promise || window.Promise; let scriptResult = new Function(script).apply(null, args); }
Sorry, something went wrong.
(other potentially detectable snippets, excerpts) focus.js
elem.focus()
=> e.isTrusted get_element_location.js
e.isTrusted
element.scrollIntoView({behavior: "instant", block: "end", inline: "nearest"}); }
=> fingerprint stack & params
Atoms compiled patch source
989716b
No branches or pull requests
Function.prototype.apply
The text was updated successfully, but these errors were encountered: