{"id":14956197,"url":"https://github.com/sgtpooki/new-url-protocol-hostname-path-diff","last_synced_at":"2026-02-11T20:30:53.237Z","repository":{"id":218766323,"uuid":"747301604","full_name":"SgtPooki/new-URL-protocol-hostname-path-diff","owner":"SgtPooki","description":"URL construction gotchas for custom protocols","archived":false,"fork":false,"pushed_at":"2024-06-21T22:19:21.000Z","size":694,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-04T05:08:05.076Z","etag":null,"topics":["cross-browser-compatibility","ftp","http","https","ipfs","ipns","protocol","url"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SgtPooki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-23T17:00:12.000Z","updated_at":"2024-01-23T17:32:56.000Z","dependencies_parsed_at":"2024-09-24T13:15:19.309Z","dependency_job_id":"e7f45a58-1916-4e9b-a61d-6235c8547e8d","html_url":"https://github.com/SgtPooki/new-URL-protocol-hostname-path-diff","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"0665ac1bebe574436eb763a41b969fd29e09e271"},"previous_names":["sgtpooki/new-url-protocol-hostname-path-diff"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SgtPooki/new-URL-protocol-hostname-path-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SgtPooki%2Fnew-URL-protocol-hostname-path-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SgtPooki%2Fnew-URL-protocol-hostname-path-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SgtPooki%2Fnew-URL-protocol-hostname-path-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SgtPooki%2Fnew-URL-protocol-hostname-path-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SgtPooki","download_url":"https://codeload.github.com/SgtPooki/new-URL-protocol-hostname-path-diff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SgtPooki%2Fnew-URL-protocol-hostname-path-diff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273555460,"owners_count":25126316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-browser-compatibility","ftp","http","https","ipfs","ipns","protocol","url"],"created_at":"2024-09-24T13:12:27.832Z","updated_at":"2026-02-11T20:30:53.225Z","avatar_url":"https://github.com/SgtPooki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# new-URL-protocol-hostname-path-diff\n\nThis repo is an example of how the URL constructor works differently in different environments. NodeJS, Chrome, and Firefox handle URL construction differently for non-blessed protocols.\n\nPay attention to the casing differences as well.\n\n## Usage\n\n```bash\nnpm install\nnpm run test\n```\n\nTo update the below results, run `npm run update-results`\n\n\u003c!-- RESULTS_TRIGGER --\u003e\n## Results\n\nThe following tables are generated from the test suite.\n\n### Grouped by URL \"PROTOCOL://bafyFoo/path/file?myQueryK1=123\u0026myQueryK2=456#myHashValue1=123\u0026myHashValue2=456\"\n\n#### Protocol \"ipfs:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"chrome\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"firefox\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"electron-main\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-chrome\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-firefox\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n\n#### Protocol \"ipns:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"chrome\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"firefox\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"electron-main\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-chrome\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-firefox\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n\n#### Protocol \"http:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"chrome\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"firefox\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webkit\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"electron-main\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-chrome\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-firefox\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-webkit\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n\n#### Protocol \"https:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"chrome\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"firefox\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webkit\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"electron-main\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-chrome\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-firefox\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-webkit\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n\n#### Protocol \"ftp:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"chrome\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"firefox\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webkit\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"electron-main\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-chrome\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-firefox\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"webworker-webkit\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n\n### Grouped by environment \"webworker-webkit\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"webworker-firefox\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"webworker-chrome\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"webkit\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"node\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"firefox\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"electron-main\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by environment \"chrome\"\n\n| protocol | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"ipfs:\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipfs:\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"ipns:\" | \"null\" | \"\" | \"\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ipns:\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"http:\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"https:\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"?myQueryK1=123\u0026myQueryK2=456\" | \"#myHashValue1=123\u0026myHashValue2=456\" |\n| \"ftp:\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n### Grouped by URL \"PROTOCOL://bafyFoo\"\n\n#### Protocol \"ipfs:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"chrome\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"firefox\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"electron-main\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"webworker-chrome\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"webworker-firefox\" | \"ipfs://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n\n#### Protocol \"ipns:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"chrome\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"firefox\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"electron-main\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n| \"webworker-chrome\" | \"null\" | \"\" | \"\" | undefined | \"\" | \"\" |\n| \"webworker-firefox\" | \"ipns://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-webkit\" | \"null\" | \"bafyFoo\" | \"bafyFoo\" | undefined | \"\" | \"\" |\n\n#### Protocol \"http:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"chrome\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"firefox\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webkit\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"electron-main\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-chrome\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-firefox\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-webkit\" | \"http://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n#### Protocol \"https:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"chrome\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"firefox\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webkit\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"electron-main\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-chrome\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-firefox\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-webkit\" | \"https://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n#### Protocol \"ftp:\"\n\n| environment | origin | host | hostname | path | search | hash |\n| --- | --- | --- | --- | --- | --- | --- |\n| \"node\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"chrome\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"firefox\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webkit\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"electron-main\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-chrome\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-firefox\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n| \"webworker-webkit\" | \"ftp://bafyfoo\" | \"bafyfoo\" | \"bafyfoo\" | undefined | \"\" | \"\" |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtpooki%2Fnew-url-protocol-hostname-path-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgtpooki%2Fnew-url-protocol-hostname-path-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgtpooki%2Fnew-url-protocol-hostname-path-diff/lists"}