Skip to content
New issue

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

fix: browser.devtools.inspectedWindow.eval promise should always resolve to an array #175

Merged
merged 3 commits into from
Feb 1, 2019

Conversation

rpl
Copy link
Member

@rpl rpl commented Jan 31, 2019

This PR includes the changes needed to ensure that browser.devtools.inspectedWindow.eval returned promise is always resolved to an array (fix #168), and a new integration test to verify it as part of the automated tests.

@rpl rpl requested a review from Rob--W January 31, 2019 10:56
src/browser-polyfill.js Outdated Show resolved Hide resolved
test/fixtures/devtools-extension/devtools_page.js Outdated Show resolved Hide resolved
test/fixtures/devtools-extension/devtools_page.js Outdated Show resolved Hide resolved
@rpl rpl merged commit 6f178c5 into mozilla:master Feb 1, 2019
@rpl rpl deleted the fix/devtools-api-168 branch March 15, 2021 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

browser.devtools.inspectedWindow.eval() resolves with incorrect promise signature
2 participants