Skip to content

Commit

Permalink
added @ungap/with-resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Jun 16, 2023
1 parent e727fc0 commit 50e3140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The main benefit of the essential modules is their size, simplicity, or even per
* [@ungap/weakmap](https://github.com/ungap/weakmap) compatible with all JS engines.
* [@ungap/weakrefs](https://github.com/ungap/weakrefs) `WeakRef` and `FinalizationGroup` compatible with any engine that already has a `WeakMap` (i.e. _IE11+_).
* [@ungap/weakset](https://github.com/ungap/weakset) compatible with any engine that already has a `WeakMap` (i.e. _IE11+_).
* [@ungap/with-resolvers](https://github.com/ungap/with-resolvers) compatible with all JS engines.


## Polyfilled utilities
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ <h2 id="regularpolyfills">Regular polyfills</h2>
<li><a href="https://github.com/ungap/weakmap">@ungap/weakmap</a> compatible with all JS engines.</li>
<li><a href="https://github.com/ungap/weakrefs">@ungap/weakrefs</a> <code>WeakRef</code> and <code>FinalizationGroup</code> compatible with any engine that already has a <code>WeakMap</code> (i.e. <em>IE11+</em>).</li>
<li><a href="https://github.com/ungap/weakset">@ungap/weakset</a> compatible with any engine that already has a <code>WeakMap</code> (i.e. <em>IE11+</em>).</li>
<li><a href="https://github.com/ungap/with-resolvers">@ungap/with-resolvers</a> compatible with all JS engines.</li>
</ul>
<h2 id="polyfilledutilities">Polyfilled utilities</h2>
<p>Ungap utilities are meant to simplify cross browser development without the bloat of a whole polyfill.</p>
Expand Down

0 comments on commit 50e3140

Please sign in to comment.