File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/js-compute/fixtures/object-store Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ routes.set('/', () => {
275
275
} , TypeError , `Content-provided streams are not yet supported for streaming into ObjectStore` )
276
276
if ( error ) { return error }
277
277
return pass ( )
278
- // TODO: uncomment this when streams are supported
278
+ // TODO: uncomment this when conte-provided (guest) streams are supported
279
279
// const stream = iteratableToStream([])
280
280
// const store = createValidStore()
281
281
// let result = store.put('readablestream-empty', stream)
@@ -306,7 +306,7 @@ routes.set('/', () => {
306
306
} , Error , `Content-provided streams are not yet supported for streaming into ObjectStore` )
307
307
if ( error ) { return error }
308
308
return pass ( )
309
- // TODO: uncomment this when streams are supported
309
+ // TODO: uncomment this when conte-provided (guest) streams are supported
310
310
// const stream = iteratableToStream(['x'.repeat(30*1024*1024) + 'x'])
311
311
// const store = createValidStore()
312
312
// let result = store.put('readablestream-over-30mb', stream)
You can’t perform that action at this time.
0 commit comments