MicrosoftEdge / MSEdgeExplainers

Home for explainer documents originated by the Microsoft Edge team
Creative Commons Attribution 4.0 International
1.29k stars 205 forks source link

[Acquisition Info] Update install API call style #839

Open dmurph opened 1 month ago

dmurph commented 1 month ago

Since cross-origin install always needs manifest_id and install_url (based on last conversation), perhaps that example should be updated:

  const appInstalled = await navigator.install("https://www.foo.com/app.html", "https://www.foo.com/install_url.html", {"referral-info": referralInfo});