JSGlobalContextIsInspectable(_:)
Returns a Boolean value that indicates whether the JavaScript context is inspectable.
Declaration
func JSGlobalContextIsInspectable(_ ctx: JSGlobalContextRef!) -> BoolParameters
- ctx:
The Jsglobalcontextref to check whether it’s inspectable.
Return Value
A Boolean value that indicates whether the JavaScript context is inspectable.