00:18
<dlrobertson>
https://fetch.spec.whatwg.org/#concept-scheme-fetch for a blob makes no mention of sniffing the content type of a blob. Does that mean it is non-standard to sniff the content type?
00:51
<Domenic>
I think sniffing generally happens in the HTML layer, not the Fetch layer.
01:07
<dlrobertson>
ah that's good to know
15:52
<sideshowbarker>

zcorpan: (or anybody familiar with DOMMatrix) Shouldn’t https://drafts.fxtf.org/geometry/#intro say “3x3 and 4x4” rather than “3x2 and 4x4”?

…Or even just only say 4x4 — because, as far as I can understand it at least, DOMMatrix can represent matrices of at most 4x4, but can also represent 2x2 matrices (along with 3x3)

15:57
<sideshowbarker>
hmm, no, looking at the IDL at https://drafts.fxtf.org/geometry/#dictdef-dommatrix2dinit I now realize the 3x2 is maybe intentional and not a typo — since that dictionary lacks m31 and m32 members?
20:43
<TabAtkins>
Right, a 2d affine transform matrix only needs to be 3x2