vue-resource icon indicating copy to clipboard operation
vue-resource copied to clipboard

Do not send parameters with undefined to body #719

Open youngkaneda opened this issue 5 years ago • 3 comments

This prevents a undefined body to be passed on URL parameters

    if (value === undefined) {
        return;
    }

youngkaneda avatar Feb 09 '19 15:02 youngkaneda

@janschoenherr could you review this?

youngkaneda avatar Mar 11 '19 14:03 youngkaneda

is this project maintaining? I think need to create new maintainable library :/

NarHakobyan avatar Mar 14 '19 21:03 NarHakobyan

maybe not, would be nice if the project dev had not discontinued.

youngkaneda avatar Mar 25 '19 13:03 youngkaneda