Function ul_next_sys::JSGlobalContextIsInspectable

source ยท
pub unsafe extern "C" fn JSGlobalContextIsInspectable(
    ctx: JSGlobalContextRef,
) -> bool
Expand description

@function @abstract Gets whether the context is inspectable in Web Inspector. @param ctx The JSGlobalContext that you want to change the inspectability of. @result Whether the context is inspectable in Web Inspector.