-
-
Notifications
You must be signed in to change notification settings - Fork 95
about:blank returns an error with Scratch.openWindow() #243
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
Comments
What is this being used for I'm asking because "Project wants to open about:blank" is not really a useful prompt that users can be expected to understand and I assume literally opening a blank window and doing nothing with it is not what you're trying to do |
You are allowed to use window.open directly by the way. You can tell the linter to stop complaining. But it needs some justification |
about:blank serves as a placeholder for when your browser doesn’t have content to display. It’s essentially the browser saying, “I’m ready, but there’s nothing here yet.” You might encounter this when opening a blank tab, clicking on a misconfigured link, or during certain troubleshooting scenarios. copied this here |
I know what it is. What do you want to use it for. |
Or do you literally just want to open a blank page. Like this indeed isn't hard to implement, I'm just trying to understand |
Sometimes it can be used for programmatic reasons or other shit I'm to dumb to understand, but this is a pretty silly bug of refusing to open a freaking empty page |
somehow, this link is considered bad by the API, despite being included inside the browser itself, idk why. maybe it's protocol's not http?
anyways, you should fix this bug, it shouldn't be that hard
The text was updated successfully, but these errors were encountered: