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 e4d657e commit c07db3dCopy full SHA for c07db3d
Sources/JavaScriptKit/BasicObjects/JSTypedArray.swift
@@ -39,7 +39,7 @@ public class JSTypedArray<Element>: JSValueConvertible, ExpressibleByArrayLitera
39
self.init(unsafe: jsObject)
40
}
41
42
- public init(wrapping jsObject: JSObjectRef) {
+ public init(objectRef jsObject: JSObjectRef) {
43
_retain(jsObject.id)
44
super.init(id: jsObject.id)
45
0 commit comments