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
You might want to checkout my branch called "bufferless" on my fork. it utilizes a class called browserbuffer that uses uint8 in the backend. eliminating the buffer polyfill, however not all tests are passing yet.
The following can/should be replaced with native functionality to the extent to which its possible:
lodash
in non-developer environments (Removes all non-dev usage oflodash
to minimize bundle size #822)es6-promise
everywhere (DropPromise
polyfill, as its well-supported natively in all environments. #823)detect-node
by removing places we need conditional behavior (Dropdetect-node
dependency by coalescingeventsource
inclusion #831)urijs
aside from template usage (Investigate and dropurijs
as a dependency. #827)The text was updated successfully, but these errors were encountered: