Firefox provides a non-standard DOM object, InstallTrigger <https://developer.mozilla.org/en-US/docs/Web/API/InstallTrigger>, to prompt users to install a Firefox extension <https://developer.mozilla.org/en-US/docs/Installing_Extensions_and_Themes_From_Web_Pages>. How do I access such an API from Angular 2?
The closest I have gotten so far has been to find out how to access the document object (described in GitHub issue #8509 <https://github.com/angular/angular/issues/8509#issuecomment-224703913>). But I have no idea yet about how to access the InstallTrigger object. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
