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
Trying to get it working with webpack, but it seems that it depends on too many node-specific deps. Have you guys had any luck (or even tried) making thrift calls from a browser?
The text was updated successfully, but these errors were encountered:
No, we haven't tested in the browser and I wouldn't expect it to work. The HTTP client you get from this library relies on a connection object built around the request library which uses Node's http module.
const connection = new HttpConnection(...)
const client = new ThriftClient(connection)
Trying to get it working with webpack, but it seems that it depends on too many node-specific deps. Have you guys had any luck (or even tried) making thrift calls from a browser?
The text was updated successfully, but these errors were encountered: