Contents

JSGlobalContextSetInspectable(_:_:)

Sets a JavaScript context to be either inspectable or not inspectable.

Declaration

func JSGlobalContextSetInspectable(_ ctx: JSGlobalContextRef!, _ inspectable: Bool)

Parameters

  • ctx:

    The Jsglobalcontextref to set whether it’s inspectable.

  • inspectable:

    A Boolean value that indicates whether the context is inspectable.

Topics

Related Documentation

See Also

Making a context inspectable