Adds Server Sent Events debug support

This commit is contained in:
Liyas Thomas
2019-11-25 05:13:35 +05:30
parent 57b71ce4ea
commit 0383403cce
4 changed files with 12 additions and 8 deletions

View File

@@ -91,6 +91,10 @@ _Customized themes are also synced with local session storage_
- Send and receive data
📡 **Server Sent Events**: Receive a stream of updates from a server over a HTTP connection without resorting to polling.
- Receive data
🌍 **GraphQL**: GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
- Set endpoint and get schemas