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
I need to make some transformation on header, but can't get this working with transformHeader option? Got exception:
DOMException: Failed to execute 'postMessage' on 'Worker': (header, index) => header could not be cloned.
Is it supposed to work?
Tried simply : transformHeader: (header: string, index: number) => header
The text was updated successfully, but these errors were encountered:
I need to make some transformation on header, but can't get this working with transformHeader option? Got exception:
DOMException: Failed to execute 'postMessage' on 'Worker': (header, index) => header could not be cloned.
Is it supposed to work?
Tried simply : transformHeader: (header: string, index: number) => header
The text was updated successfully, but these errors were encountered: