Skip to content

Add declarative partial updates HTML demo#965

Draft
wyf027 wants to merge 1 commit into
mainfrom
agent/declarative-partial-updates-demo
Draft

Add declarative partial updates HTML demo#965
wyf027 wants to merge 1 commit into
mainfrom
agent/declarative-partial-updates-demo

Conversation

@wyf027

@wyf027 wyf027 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a single-file Declarative Partial Updates demo under project/declarative-partial-updates-demo/index.html.
  • Demonstrate native document patching with <?start>, <?marker>, and <template for="...">.
  • Use streamAppendHTMLUnsafe() only to write delayed local HTML chunks; the demo does not include a DOM patching polyfill.

Validation

  • Confirmed the remote compare contains exactly one file: project/declarative-partial-updates-demo/index.html.
  • Checked the demo file for absence of manual patching APIs such as MutationObserver, querySelector, innerHTML, and fetch().

Notes

Supersedes closed PR #962, which was opened from an existing feature branch that included unrelated commits.

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.

1 participant