Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ open class WKJavaScriptController: NSObject {

fileprivate weak var webView: WKWebView?

open var bridges = [MethodBridge]()
open private(set) var bridges = [MethodBridge]()
Copy link
Copy Markdown

@Kyungtae-TEI Kyungtae-TEI Jan 3, 2023

Choose a reason for hiding this comment

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

#9 에서 같이 수정되었던 jsSelector, argumentCount는 외부에서 수정가능해도 되나요??

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

코멘트 보니깐 궁금해졌는데 자체 해결이 되어버린건가요??? 🤔

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

jsSelector, argumentCount는 computed property인데 이건 read-only 속성을 가지고 있습니다!


fileprivate var isInjectRequired = true

Expand Down