1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/testing/web-platform/tests/workers/baseurl/beta/xhr.py
T

4 lines
138 B
Python

def main(request, response):
return (302, "Moved"), [("Location", "../gamma/xhr.js")], "postMessage('executed redirecting script');"