Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Updated types for 2021.12.300 #167

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Updated types for 2021.12.300 #167

merged 1 commit into from
Dec 10, 2021

Conversation

ghost
Copy link

@ghost ghost commented Dec 6, 2021

This PR includes the auto-generated types for runtime version 2021.12.300.

Copy link
Contributor

@mrbbot mrbbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stream constructors! 🎉

@vlovich vlovich merged commit 70c8f18 into master Dec 10, 2021
@vlovich vlovich deleted the update-types-2021.12.300 branch December 10, 2021 01:22
@@ -1279,13 +1318,19 @@ declare abstract class WorkerGlobalScope extends EventTarget<WorkerGlobalScopeEv

declare type WorkerGlobalScopeEventMap = { fetch: FetchEvent; scheduled: ScheduledEvent; unhandledrejection: PromiseRejectionEvent; rejectionhandled: PromiseRejectionEvent; };

declare abstract class WritableStream {
declare class WritableStream {
constructor(underlyingSink?: Object, queuingStrategy?: Object);
Copy link
Contributor

@vlovich vlovich Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasnell do we need to re-expose UnderlyingSink/UnderlyingSource now that it's ready? Might need some overrides to templatize them properly?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants