Skip to content

javascript URL: interaction with abort is not web-compatible #2590

Open
@bzbarsky

Description

@bzbarsky

Per spec, https://html.spec.whatwg.org/#navigate step 8 aborts all fetches, even when the navigation is to javascript:.

That's not web-compatible, last I checked. Certainly Gecko has an explicit "don't cancel fetches for javascript:" thing; they only get canceled if the javascript: in fact returns a string.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions