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
Right now, since headers are passed in the constructor, it is impossible to modify headers without creating a new transport. Maybe expose a Transport.setHeaders(headers) function? A use case would be for when a user logs out and in at runtime.
The text was updated successfully, but these errors were encountered:
Right now, since headers are passed in the constructor, it is impossible to modify headers without creating a new transport. Maybe expose a
Transport.setHeaders(headers)
function? A use case would be for when a user logs out and in at runtime.The text was updated successfully, but these errors were encountered: