Skip to content

Commit

Permalink
Added @ungap/bytes to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Oct 7, 2024
1 parent 5168362 commit b3f5593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The constrains per module are the following:
* mandatory 100% code coverage through all possible NodeJS hacks to ensure every part of the code that has a meaning works as expected (some meaningless part can be skipped but functionalities must be ensured).
* every module is stand-alone, allowing incremental patch or polyfilling.
* modules should be bundlers and transpilers resistant to avoid any possible, production code, surprise <sup><sub>[1]</sub></sup>.

<sup><sub>[1]</sub></sup> <sup><sub>as example: [stripped out features detections](https://twitter.com/WebReflection/status/1065665486233448449)</sub></sup>


Expand Down Expand Up @@ -67,6 +67,7 @@ The main benefit of the essential modules is their size, simplicity, or even per

* [@ungap/assign](https://github.com/ungap/assign) compatible with all JS engines
* [@ungap/array-iterator](https://github.com/ungap/array-iterator) compatible with all engines that have a global `Symbol`.
* [@ungap/bytes](https://github.com/ungap/bytes) compatible with engines that provide `Blob`, `Request` and `Response` classes.
* [@ungap/custom-elements](https://github.com/ungap/custom-elements) compatible with IE 11 and many other browsers.
* [@ungap/custom-event](https://github.com/ungap/custom-event) compatible with all browsers.
* [@ungap/dom-iterable](https://github.com/ungap/dom-iterable) compatible with all engines that have a global `Symbol`.
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ <h2 id="regularpolyfills">Regular polyfills</h2>
<ul>
<li><a href="https://github.com/ungap/assign">@ungap/assign</a> compatible with all JS engines</li>
<li><a href="https://github.com/ungap/array-iterator">@ungap/array-iterator</a> compatible with all engines that have a global <code>Symbol</code>.</li>
<li><a href="https://github.com/ungap/bytes">@ungap/bytes</a> compatible with engines that provide <code>Blob</code>, <code>Request</code> and <code>Response</code> classes.</li>
<li><a href="https://github.com/ungap/custom-elements">@ungap/custom-elements</a> compatible with IE 11 and many other browsers.</li>
<li><a href="https://github.com/ungap/custom-event">@ungap/custom-event</a> compatible with all browsers.</li>
<li><a href="https://github.com/ungap/dom-iterable">@ungap/dom-iterable</a> compatible with all engines that have a global <code>Symbol</code>.</li>
Expand Down

0 comments on commit b3f5593

Please sign in to comment.