We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7b98 commit bd878f4Copy full SHA for bd878f4
Sources/JavaScriptKit/FundamentalObjects/JSObject.swift
@@ -15,7 +15,7 @@ import _CJavaScriptKit
15
/// The lifetime of this object is managed by the JavaScript and Swift runtime bridge library with
16
/// reference counting system.
17
@dynamicMemberLookup
18
-public class JSObject: Equatable {
+public open class JSObject: Equatable {
19
internal var id: JavaScriptObjectRef
20
init(id: JavaScriptObjectRef) {
21
self.id = id
0 commit comments