File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# JSON Stream
2
2
3
- Utilities for working with streaming JSON in Worker Environments such as Cloudflare Workers, Deno Deploy and Service Workers.
3
+ Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.
4
4
5
5
***
6
6
@@ -242,7 +242,7 @@ const trailer = ctrl.promise('$.trailer').map(x => x.toUpperCase())
242
242
```
243
243
244
244
## Limitations
245
- ** JSON Stream** largely consists of old Node libraries that have been modified to work in Worker Environments and the browser.
245
+ ** JSON Stream** largely consists of old Node libraries that have been modified to work in Worker Runtimes and the browser.
246
246
Currently they are not "integrated", for example specifying a specific JSON Path does not limit the amount of parsing the parser does.
247
247
248
248
You can’t perform that action at this time.
0 commit comments