Commit 9d3e9ba
feat: add yew-link crate for unified SSR/CSR data fetching (#4027)
* fix: disable streaming output in wasm-bindgen-test-runner for E2E tests
wasm-bindgen 0.2.115+ introduced incremental DOM scraping that assumes
#output content is append-only. The SSR E2E tests replace #output via
set_inner_html, breaking the offset tracker and causing the runner to
miss test results. WASM_BINDGEN_TEST_NO_STREAM falls back to reading
full text each poll.
---------
Co-authored-by: Esteve Autet Alexe <esteve@memw.es>1 parent 2142c5c commit 9d3e9ba
46 files changed
Lines changed: 4154 additions & 186 deletions
File tree
- .github/workflows
- examples
- actix_ssr_router
- src
- bin
- tests
- axum_ssr_router
- src
- bin
- tests
- function_router/src
- ssr_router
- src
- tests
- packages
- yew-link-macro
- src
- yew-link
- src
- yew-router
- yew
- tests
- tools
- changelog/src
- ssr-e2e-harness
- src
- ssr-e2e
- src
- website-test
- website
- docs/advanced-topics
- i18n
- ja/docusaurus-plugin-content-docs/current/advanced-topics
- zh-Hans/docusaurus-plugin-content-docs/current/advanced-topics
- zh-Hant/docusaurus-plugin-content-docs/current/advanced-topics
- versioned_docs/version-0.22/advanced-topics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
0 commit comments