dan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/reference-react-dom-server.md
|
|
@ -27,7 +27,7 @@ These methods are only available in the **environments with [Web Streams](https: |
|
|
|
|
|
|
|
- [`renderToReadableStream()`](#rendertoreadablestream) |
|
|
|
|
|
|
|
The following methods can be used in both the server and Web API environments: |
|
|
|
The following methods can be used in the environments that don't support streams: |
|
|
|
|
|
|
|
- [`renderToString()`](#rendertostring) |
|
|
|
- [`renderToStaticMarkup()`](#rendertostaticmarkup) |
|
|
|