- From: Hayato Ito <notifications@github.com>
- Date: Tue, 26 Sep 2017 03:09:07 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 September 2017 03:09:31 UTC
> @hayatoito can you run it again with `REGEXP_MATCH(LOWER(body), r'<shadowroot(>|\s)')` ? Sure. I used the following query this time, and got zero hit again. ``` SELECT page, count(*) FROM [httparchive:har.2017_09_01_chrome_requests_bodies] WHERE REGEXP_MATCH(LOWER(body), r'<shadowroot(>|\s)') GROUP BY page ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/510#issuecomment-332073592
Received on Tuesday, 26 September 2017 03:09:31 UTC