Firefox User Extension Library
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. The article may be deleted if this message remains in place for seven days, i.e., after 08:54, 12 May 2025 (UTC). Find sources: "Firefox User Extension Library" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Firefox User Extension Library|concern=Fails [[WP:GNG]] and also not found any [[WP:RS]]}} ~~~~ |
Another editor has reviewed this page's proposed deletion, endorses the proposal to delete, and adds: If you remove the {{proposed deletion/dated}} tag above, please also remove this {{Proposed deletion endorsed}} tag. |
![]() | The topic of this article may not meet Wikipedia's general notability guideline. (July 2014) |
Firefox User Extension Library (FUEL) was a JavaScript library intended for developing Mozilla Firefox extensions. Co-created by Mark Finkle and John Resig, it provided JavaScript libraries and wrappers for the most commonly-used operations in Firefox extensions. FUEL was intended to narrow the gap between two modes of development in Firefox. One mode of development extends from the core elements of Firefox and the Firefox code base, which is predominantly based on C++. The other mode of development extends from the client-side functionality of the browser itself, which is predominantly based on JavaScript. This latter mode of development is more familiar to a wide range of users who program web applications.[citation needed] FUEL was intended to make extensions easier to create, especially for this latter group of people.
FUEL was marked as deprecated in Firefox 40 and was removed in Firefox 47.[1][2]
References
[edit]- ^ "Firefox 47 Release Notes". mozilla.org. Mozilla Foundation. Retrieved 12 May 2019.
- ^ "FUEL". MDN Web Docs. Mozilla Foundation. Archived from the original on 5 May 2019. Retrieved 12 May 2019.
External links
[edit]