Minor Changes
-
#12771
b8c33f5Thanks @penalosa! - Remove prewarm, inspector_websocket, and exchange proxy from preview flowThe preview session exchange endpoint (
/exchange) has been removed from the edge-preview-authenticated-proxy — it has been unused since the dash started fetching the exchange URL directly (DEVX-979). Theprewarmparameter is no longer required or accepted by the.update-preview-tokenendpoint.The playground preview worker now treats
exchange_urlas optional, falling back to the initial token from the edge-preview API when exchange is unavailable. Inspector websocket proxying and prewarm have been removed in favour of usingtail_urlfor live logs.
Patch Changes
-
#12823
784c5cbThanks @petebacondarwin! - The workers playground's VSCodeEditor'spostMessagetargetOriginis updated from'\*'to the specificquickEditHost.This prevents the workers-playground from accidentally posting to an incorrect iframe.