S
Size: a a a
S
AC
B
S
AC
AC
B
S
AC
AD
await request.respond({
status: 200,
contentType: "application/json; charset=utf-8",
body: JSON.stringify(USER_DATA),
headers: {
"Access-Control-Allow-Credentials": "*",
"Set-Cookie": "name=value",
date: new Date().toUTCString()
},
});
M
await request.respond({
status: 200,
contentType: "application/json; charset=utf-8",
body: JSON.stringify(USER_DATA),
headers: {
"Access-Control-Allow-Credentials": "*",
"Set-Cookie": "name=value",
date: new Date().toUTCString()
},
});
AD
D
M
M
P
OK
O
O
P