Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

TypeError: text.trimEnd is not a function #28

Closed
JehanCoetzee opened this issue May 11, 2020 · 1 comment
Closed

TypeError: text.trimEnd is not a function #28

JehanCoetzee opened this issue May 11, 2020 · 1 comment

Comments

@JehanCoetzee
Copy link

I get the error "TypeError: text.trimEnd is not a function" when converting my jmx to k6

My jmx is very simple :
image

@simskij
Copy link
Contributor

simskij commented Jan 8, 2021

Hey,

String.prototype.trimEnd() is not part of the ES5 specification. If it works for your use case, consider using String.prototype.trim() instead.

Best,
Simme

@simskij simskij closed this as completed Jan 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants