Richard Gibson

Results 268 comments of Richard Gibson
trafficstars

Thanks @mzgol; I agree with the assessment and the point about `package

https://jsperf.com/arraylike-push-many With array-like objects, `push(_, NodeList)` and the simple assignment loop emerged as clear winners on Chrome, Firefox, Safari, Edge, iOS, and Android (and the other `push(_, slice)` approaches benefited...

> This in particular seems like a hairy problem to tackle for an edge case. Exactly. There are lots of good ideas and good intentions here, but in practice it's...

A thought for when this is picked up: cache `setDocument` output by documentElement nodeName/namespaceURI/etc. It's likely that implementations only privilege HTML and maybe SVG anyway, so we should be able...

Well, taking the content from https://github.com/jquery/sizzle/wiki would be a good start. It's been a while since I've given thought to this issue, and I still expect to replace Sizzle within...

Hmm, I was thinking the "check" names would remain, but that does make sense. The "is" names would be perfect if they weren't theirselves exposed, but I'd rather not reveal...

https://www.merriam-webster.com/thesaurus/verify suggests "confirm", "validate", "certify", "affirm", etc. Of the entire list, I think I like "verify" and "confirm" best. ```js export const isSafePromise = pr => verifySafePromise(pr); export const assertSafePromise...

The definition of TXT RDATA is "[_One or more \s_](https://www.rfc-editor.org/rfc/rfc1035#section-3.3.14)", i.e. a **sequence** in which each element is a \ (which itself is "[_a single length octet followed by that...

No matter what, I think each API **must** document specifics of what it supports, which would need to include this detail in the event of a backwards-incompatible CEL 2 (and...

So AFAICT, no changes are needed at the moment.