File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18032,8 +18032,8 @@ public class WorkletOptions: BridgedDictionary {
18032
18032
public var credentials: RequestCredentials
18033
18033
}
18034
18034
18035
- public class WritableStream: JSBridgedClass {
18036
- @inlinable public class var constructor: JSFunction? { JSObject.global[Strings.WritableStream].function }
18035
+ open class WritableStream: JSBridgedClass {
18036
+ @inlinable open class var constructor: JSFunction? { JSObject.global[Strings.WritableStream].function }
18037
18037
18038
18038
public let jsObject: JSObject
18039
18039
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ extension MergedInterface: SwiftRepresentable {
233
233
" ShadowRoot " ,
234
234
" Worklet " ,
235
235
" WebGLObject " ,
236
+ " WritableStream " ,
236
237
]
237
238
let access : SwiftSource = openClasses. contains ( name) ? " open " : " public "
238
239
You can’t perform that action at this time.
0 commit comments