Skip to content

Document why edge deployment is disabled in Netlify adapter config - #352

Open
bartveneman wants to merge 1 commit into
mainfrom
claude/http-103-early-hints-x16n9t
Open

Document why edge deployment is disabled in Netlify adapter config#352
bartveneman wants to merge 1 commit into
mainfrom
claude/http-103-early-hints-x16n9t

Conversation

@bartveneman

Copy link
Copy Markdown
Member

Summary

Added clarifying comments to the Netlify adapter configuration explaining the implications of disabling edge deployment, specifically regarding HTTP 103 Early Hints support.

Key Changes

  • Expanded the existing comment about disabling edge deployment to document that this also prevents HTTP 103 Early Hints functionality
  • Explained that Early Hints requires an intermediary layer capable of sending informational responses before the final response, which Netlify Functions cannot do
  • Noted that while edge workers might theoretically support this, Netlify has no documented support for Early Hints
  • Clarified that SvelteKit itself only provides automatic Link:rel=preload headers on the final response, not a dedicated early-hints API

Implementation Details

The change is purely documentation-focused, adding context to help future maintainers understand the full scope of the edge: false configuration decision and its trade-offs.

https://claude.ai/code/session_01NE7tjjv8RUN1wPHYmFmaFf

SvelteKit has no API for sending an actual early-hints response, and
Netlify Functions (which this adapter targets) can't send an
informational response ahead of the final one anyway. Note this next
to the edge:false decision it's tied to.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NE7tjjv8RUN1wPHYmFmaFf
@netlify

netlify Bot commented Jul 16, 2026

Copy link
Copy Markdown

Deploy Preview for projectwallace ready!

Name Link
🔨 Latest commit 57272e9
🔍 Latest deploy log https://app.netlify.com/projects/projectwallace/deploys/6a5918863405af0008a27da7
😎 Deploy Preview https://deploy-preview-352--projectwallace.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants