about:blank returns an error with Scratch.openWindow()
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
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
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
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
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