Closed
Description
At the serious risk of demonstrating just how much of the JS world I don't understand...
I'm getting a "split is not a function" error in fetch_request.js at line 117. From my playing around,
shouldn't that line require a .href before calling the split()?
return this.originalUrl.href.split('?')[0] ....
in order to extra a splittable string from the URL object?
If this is correct, then line 98 also needs the correction.
Metadata
Metadata
Assignees
Labels
No labels