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
What are the implications of using something like stream-browserify or a special TransportStream for the browser?
Maybe something like the following if a special stream is required:
import TransportBrowserStream from 'winston-transport/browser';
or the TransportStream itself becomes isomorphic (which is more plausible in my opinion).
This will help write isomorphic transports to make wisnton work on both the browser and node. I am will to write some code if you guys agree on such implementations.
The text was updated successfully, but these errors were encountered:
What are the implications of using something like stream-browserify or a special
TransportStream
for the browser?TransportStream
itself becomes isomorphic (which is more plausible in my opinion).This will help write isomorphic transports to make wisnton work on both the browser and node. I am will to write some code if you guys agree on such implementations.
The text was updated successfully, but these errors were encountered: