-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop to use request package in streaming #102
Comments
Mastodon's streaming is event-stream ( |
h3poteto
changed the title
Use axios instead of request
Use eventsource instead of request
Dec 5, 2019
h3poteto
changed the title
Use eventsource instead of request
Stop to use request package in streaming
Dec 6, 2019
h3poteto
added a commit
that referenced
this issue
Dec 7, 2019
h3poteto
added a commit
that referenced
this issue
Dec 8, 2019
h3poteto
added a commit
that referenced
this issue
Dec 8, 2019
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
refs #102 Get event-stream using axios
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
refs #102 Replcae EventStream to StreamListener
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
refs #102 Update description and readme for browser
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
h3poteto
added a commit
that referenced
this issue
Dec 9, 2019
refs #102 Remove unused request package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because
request
is a library for node.js, and it contains node core library. For examplefs
.So I can't compile megalodon for browser js.
The text was updated successfully, but these errors were encountered: