Dactyloidae/testing/web-platform/tests/workers/baseurl/beta/xhr.py

3 lines
138 B
Python

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