Open Bug 1646276 Opened 5 years ago Updated 5 years ago

Use HTML's link machinery to fetch web manifests

Categories

(Core :: DOM: Core & HTML, defect)

defect

Tracking

()

People

(Reporter: marcosc, Unassigned)

Details

Right now, we use a ManifestObtainer.jsm to emulate what HTMLLinkElement does... that's not great, because it means that ManifestObtainer.jsm doesn't benefit from all the attributes/features of link relationships.

Ideally, we should get rid of ManifestObtainer.jsm and pump everything through HTMLLinkElement (letting it do all the even handling, checking integrity, CORS etc), then pass the Response to ManifestProcessor.jsm somehow to process the JSON.

Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.