pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

Do not send parameters with undefined to body #719 #722

Open youngkaneda opened 5 years ago

youngkaneda commented 5 years ago

This prevents a undefined body to be passed on URL parameters

    if (value === undefined) {
        return;
    }
youngkaneda commented 5 years ago

@janschoenherr could you review this?

NarHakobyan commented 5 years ago

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

youngkaneda commented 5 years ago

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