mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
function handleRequest(request, response)
|
|
{
|
|
response.processAsync();
|
|
response.setHeader("Content-Type", "text/css", false);
|
|
response.write("");
|
|
}
|