mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Some legacy environments can not encode non-strings. Those would specify both as strings. They'll throw for binary data. Some environments have to encode strings (like web streams). Those would encode both as uint8array. Some environments (like Node) can do either. It can be beneficial to leave things as strings in case the native stream can do something smart with it. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| evalToString.js | ||
| inlinedHostConfigs.js | ||
| listChangedFiles.js | ||
| pathsByLanguageVersion.js | ||