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

Creating window with more than one url leads to error #112

Closed
TheUnsleepingAlchemist opened this issue Jun 25, 2024 · 2 comments
Closed
Assignees

Comments

@TheUnsleepingAlchemist
Copy link

TheUnsleepingAlchemist commented Jun 25, 2024

both will leads to error:

chrome.windows.create({url:["https://www.google.com/"]})
chrome.windows.create({url:["https://www.google.com/","https://www.google.com/"]})

image

error doesn't show up while trying to create a window with string

this one will work fine:

chrome.windows.create({url:"https://www.google.com/"})

I used version 1.7.0 with --template=chatgpt

@cezaraugusto
Copy link
Member

Hi @TheUnsleepingAlchemist thanks a lot for reporting!

I created #117 to address this one

@cezaraugusto cezaraugusto self-assigned this Jun 28, 2024
@cezaraugusto
Copy link
Member

@TheUnsleepingAlchemist fixed in extension@1.8.0, please update!

I'm closing this one, please feel free to open it again in case I'm wrong. Thanks!

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

No branches or pull requests

2 participants