Initializerjavascriptkit 0.24.0JavaScriptKit
init(_:)
JSClosure.swift:95This declaration is deprecated: This initializer will be removed in the next minor version update. Please use `init(_ body: @escaping ([JSValue]) -> JSValue)` and add `return .undefined` to the end of your closure
convenience init(_ body: @escaping ([JSValue]) -> ())