I cant get the toggle function to work.
first i set a few params with:
qsm('https://www.google.cz/search?q=hello+world&num=20', {
set: {
num: [20, 40, 60],
}
});
then i try to remove one of the with:
qsm('https://www.google.cz/search?q=hello+world&num=20', {
toggle: {
num: 40,
}
});
then the all other params 'num' are gone.
Can it be that the function toggleParams is not returning anything? looks like it should return urlParamsNext
Im using the NPM version
RDG
I cant get the toggle function to work.
first i set a few params with:
then i try to remove one of the with:
qsm('https://www.google.cz/search?q=hello+world&num=20', {
toggle: {
num: 40,
}
});
then the all other params 'num' are gone.
Can it be that the function
toggleParamsis not returning anything? looks like it should returnurlParamsNextIm using the NPM version
RDG