- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 13 Jan 2016 10:37:23 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 13 January 2016 18:37:51 UTC
I think the example becomes ```js // Will return true or false depending on whether the user agent implements the given token for <link rel> document.createElement("link").relList.supports(token) // Will always throw a TypeError since the class attribute has no supported tokens list document.createElement("div").classList.supports(token) ``` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/144#issuecomment-171392054
Received on Wednesday, 13 January 2016 18:37:51 UTC