You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mattkrick this library seems fantastic, good work putting it together. I've rolled my own SSE client library and would love to drop mine for yours.
However, trebuchet-clietn assumes that NPM and NodeJS are the build tools. I'm using vanilla HTML without NPM and was curious if the library could be made to work via a CDN? It's available on most major JS CDNs but importing the script generates the following:
How would one use the library in a vanilla HTML, zero-framework, no builds setting via CDN?
The text was updated successfully, but these errors were encountered:
Got it, @mattkrick - thanks for the quick reply. Any chance you might be interested in a sponsored project to do that? Would love to have a CDN-based library that I could use in Deno or the browser without having to do anything in Node.
@mattkrick this library seems fantastic, good work putting it together. I've rolled my own SSE client library and would love to drop mine for yours.
However,
trebuchet-clietn
assumes that NPM and NodeJS are the build tools. I'm using vanilla HTML without NPM and was curious if the library could be made to work via a CDN? It's available on most major JS CDNs but importing the script generates the following:How would one use the library in a vanilla HTML, zero-framework, no builds setting via CDN?
The text was updated successfully, but these errors were encountered: