MD
Size: a a a
MD
DD
AB
RM
RM
RM
AB
MD
RM
DD
AB
fetch(url).then(data => makeGood(data));RM
DD
fetch(url).then(data => makeGood(data));AB
AB
fetch(url, {
method: 'POST',
body: JSON.stringify(body)
}).then(data => makeGood(data));MD
fetch(url, {
method: 'POST',
body: JSON.stringify(body)
}).then(data => makeGood(data));AB
AB

DD
DD