From 24f20c3f3a51607dd263315783f43f9075f5db79 Mon Sep 17 00:00:00 2001 From: Stacy <143668017+stacy-qqq@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:54:21 -0800 Subject: [PATCH] Update limitations section in devvit_web_overview.mdx Removed experimental note. --- docs/capabilities/devvit-web/devvit_web_overview.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/capabilities/devvit-web/devvit_web_overview.mdx b/docs/capabilities/devvit-web/devvit_web_overview.mdx index 90edf5b..19633f1 100644 --- a/docs/capabilities/devvit-web/devvit_web_overview.mdx +++ b/docs/capabilities/devvit-web/devvit_web_overview.mdx @@ -30,8 +30,6 @@ Visit [https://developers.reddit.com/new](https://developers.reddit.com/new) and ## Limitations -As with most experimental features, there are some caveats. - | Limitation | What it means | | ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Serverless endpoints | The node server will run just long enough to execute your endpoint function and return a response, which means you can’t use packages that require long-running connections like streaming. |