S
Size: a a a
S
S
P
ЕП
P
O
KL
.title
в кавычки обернитеO
.title
в кавычки обернитеL
L
SQ
G
A
ND
L
A
{
const k=JSON.stringify(Array(1000000).fill(1).map(()=>Math.random()));
const a=new Response(k);
console.time('abc');console.time('abcd');
const p=a.json();console.timeEnd('abc');
p.then(()=>console.timeEnd('abcd'))
}