Skip to content

Commit

Permalink
docs: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias authored and dunglas committed Apr 5, 2024
1 parent 6069d05 commit 8472eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ecosystem/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

## Useful Related Libraries

* [`EventSource` polyfill for Edge/IE and old browsers](https://github.com/Yaffle/EventSource) 🚨 since version 1.0.26, [this library contains code that could display messages against the war in Ukraine to end users](https://github.com/Yaffle/EventSource/commit/de137927e13d8afac153d2485152ccec48948a7a)
* [`EventSource` polyfill for Edge/IE and old browsers](https://github.com/Yaffle/EventSource)
* [`EventSource` polyfill for React Native](https://github.com/jordanbyron/react-native-event-source)
* [`EventSource` implementation for Node](https://github.com/EventSource/eventsource)
* [Server-Sent Events client for Go](https://github.com/donovanhide/eventsource)
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h2 class="title">Active subscriptions</h2>
</div>

<!-- Only necessary to use the Authorization header with EventSource (discouraged in a browser) -->
<script src="https://cdn.jsdelivr.net/npm/event-source-polyfill@1.0.25"></script>
<script src="https://cdn.jsdelivr.net/npm/event-source-polyfill@1"></script>
<script src="app.js"></script>
</body>

Expand Down

0 comments on commit 8472eae

Please sign in to comment.