mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
5 lines
131 B
Text
5 lines
131 B
Text
|
|
function handleRequest(request, response)
|
||
|
|
{
|
||
|
|
response.processAsync();
|
||
|
|
response.setHeader("Content-Type", "image/jpeg", false);
|
||
|
|
}
|