T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/lavocat.quebec/private_html/node_modules/next/dist/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/lavocat.quebec/private_html/node_modules/next/dist/lib/fallback.d.ts
/**
 * Describes the different fallback modes that a given page can have.
 */
export declare const enum FallbackMode {
    /**
     * A BLOCKING_STATIC_RENDER fallback will block the request until the page is
     * generated. No fallback page will be rendered, and users will have to wait
     * to render the page.
     */
    BLOCKING_STATIC_RENDER = "BLOCKING_STATIC_RENDER",
    /**
     * When set to PRERENDER, a fallback page will be sent to users in place of
     * forcing them to wait for the page to be generated. This allows the user to
     * see a rendered page earlier.
     */
    PRERENDER = "PRERENDER",
    /**
     * When set to NOT_FOUND, pages that are not already prerendered will result
     * in a not found response.
     */
    NOT_FOUND = "NOT_FOUND"
}
/**
 * The fallback value returned from the `getStaticPaths` function.
 */
export type GetStaticPathsFallback = boolean | 'blocking';
/**
 * Parses the fallback field from the prerender manifest.
 *
 * @param fallbackField The fallback field from the prerender manifest.
 * @returns The fallback mode.
 */
export declare function parseFallbackField(fallbackField: string | boolean | null | undefined): FallbackMode | undefined;
export declare function fallbackModeToFallbackField(fallback: FallbackMode, page: string | undefined): string | false | null;
/**
 * Parses the fallback from the static paths result.
 *
 * @param result The result from the static paths function.
 * @returns The fallback mode.
 */
export declare function parseStaticPathsResult(result: GetStaticPathsFallback): FallbackMode;

CasperSecurity Mini