pub unsafe extern "C-unwind" fn JSGlobalContextIsInspectable(
ctx: JSGlobalContextRef,
) -> bool
Available on crate features
JSContextRef
and JSBase
only.Expand description
Gets whether the context is inspectable in Web Inspector.
Parameter ctx
: The JSGlobalContext that you want to change the inspectability of.
Returns: Whether the context is inspectable in Web Inspector.