ember-cli-pace icon indicating copy to clipboard operation
ember-cli-pace copied to clipboard

'ignoreURLs' dont seem to be working properly.

Open abhilashlr opened this issue 9 years ago • 2 comments

Thanks for this addon!

I am facing this issue recently: If an url which has no query params is given, ex: /abc then the ignoring happens. But if an url contains query params like /abc?x=1 then the GET request is not ignored. Is it an issue with pace or ember cli pace?

abhilashlr avatar Aug 29 '15 02:08 abhilashlr

Also ignoreURLs containing a regex

ignoreURLs: [/items/]

triggers this error: Uncaught TypeError: pattern.test is not a function

?

solex16 avatar Sep 11 '15 13:09 solex16

Bump on this.

joshsmith avatar Aug 25 '16 16:08 joshsmith