ember-cli-pace
ember-cli-pace copied to clipboard
'ignoreURLs' dont seem to be working properly.
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?
Also ignoreURLs containing a regex
ignoreURLs: [/items/]
triggers this error: Uncaught TypeError: pattern.test is not a function
?
Bump on this.