reddit / devvit

Reddit for Developers
https://developers.reddit.com
BSD 3-Clause "New" or "Revised" License
59 stars 13 forks source link

Client-side scripts #53

Open pl00h opened 4 months ago

pl00h commented 4 months ago

This could be contained in a Worker iframe (iirc).

A method of invoking this could be Devvit.clientScript('script.ts') (or just the old new Worker)

This could work like a Worker, in a way that you get access to things like self events (mouse events, resize events, drag events, etc.), and IndexedDB (Client storage, idk how useful this would be tho). The Workers postMessage could also work for client-server messages (idea).