Marc Dietrichstein
02/05/2021, 7:57 AMundefined is not an object (evaluating 't.length')
errors when I try to fetch data from a REST endpoint. The problem seems to be related to the buffer module that ktor uses (https://github.com/feross/buffer).
It only occurs when using the legacy js backend.
Kotlin: 1.4.21
Ktor: 1.5.1
Is anyone familiar with this issue?turansky
02/05/2021, 2:38 PMMarc Dietrichstein
02/05/2021, 4:30 PMconst val
Strings (header key definitions) which are defined in an internal object
when creating a request.turansky
02/05/2021, 4:54 PMMarc Dietrichstein
02/08/2021, 9:00 AMturansky
02/08/2021, 9:01 AM1.4.30
?Marc Dietrichstein
02/08/2021, 9:59 AM