-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-core
Description
If I run Uri.parse("foo:bar#baz").removeFragment().toString(), I get "foo://:0bar?", where I'd just expect "foo:bar". This is particularly problematic for working with data: URIs, which aren't at all structured like typical hierarchical URIs and whose fragments must be ignored.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.library-core