Skip to content

Commit

Permalink
Bug Fix: Expose TransformStreamDefaultController as global (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored May 24, 2024
1 parent 87097c1 commit 0ff3e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workerd/api/global-scope.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ class ServiceWorkerGlobalScope: public WorkerGlobalScope {
JSG_NESTED_TYPE(ReadableStreamDefaultController);
JSG_NESTED_TYPE(ReadableByteStreamController);
JSG_NESTED_TYPE(WritableStreamDefaultController);
JSG_NESTED_TYPE(TransformStreamDefaultController);
}

JSG_NESTED_TYPE(CompressionStream);
Expand Down

0 comments on commit 0ff3e54

Please sign in to comment.