()
| 275 | } |
| 276 | |
| 277 | function App() { |
| 278 | ReactDOM.preload('image', {as: 'image', fetchPriority: 'high'}); |
| 279 | ReactDOM.preload('font', {as: 'font'}); |
| 280 | return ( |
| 281 | <html> |
| 282 | <body>hello</body> |
| 283 | </html> |
| 284 | ); |
| 285 | } |
| 286 | |
| 287 | const result = await ReactDOMFizzStatic.prerenderToNodeStream(<App />, { |
| 288 | onHeaders, |