Skip to content

browdie-browse: resolve relative URLs #79

@justrach

Description

@justrach

When following links, resolve relative URLs against the current page's base URL:

  • /pathhttps://current-host/path
  • ./relative → relative to current path
  • #fragment → same page (could scroll to section)
  • //other.com/path → protocol-relative
  • Handle <base href> tag if present

This is critical for the browser to actually be usable on real websites.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions