Re: [whatwg/dom] Declarative Shadow DOM (#510)

> @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