Workers for Platforms Example Project
admin portal
|
customer portal
Go to script
(simulates eyeball)
Customer Script Upload
Customer Token
Get scripts
Script Name
Script Contents
import { platformThing } from "./platform_module.mjs"; var src = { async fetch(request, env, ctx) { return new Response("Hello! " + platformThing); } }; export { src as default };
Upload script
API Reponse
no request sent yet