<foreignObject>
DOMTokenList.replace()
contains()
mousedown
auxclick
mouseup
keydown
keypress
keyup
BigInt()
n'
shape-outside
flex
Accept-CH-Lifetime
TransformStream
ReadableStream
WritableStream
function textDecodeTransform() { const decoder = new TextDecoder(); return new TransformStream({ transform(chunk, controller) { controller.enqueue(decoder.decode(chunk, { stream: true })); } }); } fetch(url).then(response => { // response.body is a stream of Uint8Array chunks. // But if we want chunks of text: const stream = response.body.pipeThrough(textDecodeTransform()); // … });
<slot>
display: contents
Expect-CT
-webkit-box