pub unsafe extern "C-unwind" fn JSGlobalContextIsInspectable(
ctx: JSGlobalContextRef,
) -> boolAvailable on crate features
JSBase and JSContextRef 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.
ยงSafety
ctx must be a valid pointer.