AsyncCanonicalizeResult typedef
A canonicalized URL and the importer that canonicalized it.
This also includes the URL that was originally passed to the importer, which may be resolved relative to a base URL.
Implementation
typedef AsyncCanonicalizeResult = (
AsyncImporter,
Uri canonicalUrl, {
Uri originalUrl
});