Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

lockInternals

import { lockInternals } from "https://esm.sh/@supabase/supabase-js@2.108.1/dist/index.d.mts";
deprecated
@deprecated

Debug flag for navigatorLock / processLock. The auth client ignores both, so this has no client-side effect.

const lockInternals: {
debug: boolean;
}
;