qs icon indicating copy to clipboard operation
qs copied to clipboard

There should be a way to set the query string

Open travishorn opened this issue 8 years ago • 0 comments

While qs.get() gets the current query string, a qs.set() method could set the query string.

It may work something like

qs.set({ post: '1234' });

or

qs.set('post', '1234')

or both.

travishorn avatar Sep 08 '16 16:09 travishorn