Skip to content

split is not a function #38

Closed
Closed
@hms

Description

@hms

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions