Schoorens

Results 4 comments of Schoorens

hi the bug is that `textToBePresentInElementValue` use `getAttribute` that could return null and doing `actualText.indexOf(text) > -1` where `actualText` is the return of `getAttribute` without checking is null or not...

Hi, is there any news about a bug fix release for this issue ? It's a big breaking issue for us.

> This sounds a bit like [kenchris/urlpattern-polyfill#121](https://github.com/kenchris/urlpattern-polyfill/issues/121) (though I haven't actually traced it there). > > @sschoorens Can you still reproduce this with a single `*` instead of the double...

> @erwinheitzman good call, given the amount of requests that may come in and the regex matches to be made this may cause it but I am suprised by this...