Closed kovaszab closed 3 months ago
This PR fixes the missing export of the Web API class EventSource to the global scope, and also add an example of the usage to web_features.rs example.
EventSource
web_features.rs
Link to the mdn docs: https://developer.mozilla.org/en-US/docs/Web/API/EventSource
Awesome! Thanks!
This PR fixes the missing export of the Web API class
EventSource
to the global scope, and also add an example of the usage toweb_features.rs
example.Link to the mdn docs: https://developer.mozilla.org/en-US/docs/Web/API/EventSource