arg.js icon indicating copy to clipboard operation
arg.js copied to clipboard

Unable to check is there any arguments in URL

Open abriginets opened this issue 7 years ago • 0 comments

Hello. Is there any way to check does the URL contains any arguments? I've tried $.isEmptyObject(Arg.all()), typeof Arg.all() !== 'undefined' and Arg.all().length !== 0, but there's just an empty array {} without any properties.

Regards, Andrew.

abriginets avatar Jul 09 '17 18:07 abriginets