wai-eventsource: Small doc fix.
This commit is contained in:
parent
765fa90eae
commit
c8abfa15e3
@ -21,7 +21,7 @@ description:
|
|||||||
This package allows your Yesod application to easily send
|
This package allows your Yesod application to easily send
|
||||||
server-sent events. On the client side, you may use the
|
server-sent events. On the client side, you may use the
|
||||||
@EventSource@ JavaScript object on browsers that support it
|
@EventSource@ JavaScript object on browsers that support it
|
||||||
(https://developer.mozilla.org/en-US/docs/Server-sent_events/EventSource)
|
(<https://developer.mozilla.org/en-US/docs/Server-sent_events/EventSource>)
|
||||||
or a polyfill for browsers that don't (we support Remy's
|
or a polyfill for browsers that don't (we support Remy's
|
||||||
polyfill out-of-the-box, although that requires you to
|
polyfill out-of-the-box, although that requires you to
|
||||||
explicitly support it).
|
explicitly support it).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user