SYMBOL INDEX (985 symbols across 314 files) FILE: packages/core/build.js method setup (line 17) | setup(build) { FILE: packages/core/src/config.ts type ConfigKeys (line 5) | type ConfigKeys = T extends Function type ConfigValue (line 16) | type ConfigValue> = K extends `${infer P}.${i... type ConfigSetObject (line 27) | type ConfigSetObject = { type FirstLevelOptional (line 31) | type FirstLevelOptional = { class Config (line 35) | class Config { method constructor (line 39) | public constructor(defaults: TConfig) { method extend (line 43) | public extend(defaults?: TExtension): Config): void { method get (line 55) | public get>(key: K): ConfigValue>( FILE: packages/core/src/debounce.ts function debounce (line 1) | function debounce ReturnType>(fn: F, ... FILE: packages/core/src/dialog.ts method show (line 4) | show(html: Record | string): void { FILE: packages/core/src/eventHandler.ts class EventHandler (line 10) | class EventHandler { method init (line 16) | public init() { method onGlobalEvent (line 28) | public onGlobalEvent( method on (line 43) | public on(event: InternalEvent, callback: (...args: any[]) => void): V... method onMissingHistoryItem (line 51) | public onMissingHistoryItem() { method fireInternalEvent (line 59) | public fireInternalEvent(event: InternalEvent, ...args: any[]): void { method registerListener (line 65) | protected registerListener(type: string, listener: EventListener): Voi... method handlePageshowEvent (line 74) | protected handlePageshowEvent(event: PageTransitionEvent): void { method handlePopstateEvent (line 80) | protected handlePopstateEvent(event: PopStateEvent): void { FILE: packages/core/src/events.ts function fireEvent (line 3) | function fireEvent( FILE: packages/core/src/files.ts function hasFiles (line 8) | function hasFiles(data: RequestPayload | FormDataConvertible): boolean { FILE: packages/core/src/formData.ts function objectToFormData (line 5) | function objectToFormData( function composeKey (line 22) | function composeKey(parent: string | null, key: string, format: QueryStr... function append (line 30) | function append(form: FormData, key: string, value: FormDataConvertible,... FILE: packages/core/src/formObject.ts function undotKey (line 15) | function undotKey(key: string): string { function parseKey (line 46) | function parseKey(key: string): (string | number | '')[] { function setNestedObject (line 66) | function setNestedObject(obj: Record, path: string[], value... function objectHasSequentialNumericKeys (line 83) | function objectHasSequentialNumericKeys(value: any): boolean { function convertSequentialObjectsToArrays (line 101) | function convertSequentialObjectsToArrays(value: any): any { function formDataToObject (line 133) | function formDataToObject(source: FormData): Record): nu... function createHeadManager (line 64) | function createHeadManager( FILE: packages/core/src/history.ts class History (line 13) | class History { method remember (line 21) | public remember(data: unknown, key: string): void { method restore (line 31) | public restore(key: string): unknown { method pushState (line 39) | public pushState(page: Page, cb: (() => void) | null = null): void { method clonePageProps (line 68) | protected clonePageProps(page: Page): Page { method getPageData (line 82) | protected getPageData(page: Page): Promise { method processQueue (line 90) | public processQueue(): Promise { method decrypt (line 94) | public decrypt(page: Page | null = null): Promise { method decryptPageData (line 116) | protected decryptPageData(pageData: ArrayBuffer | Page | null): Promis... method saveScrollPositions (line 120) | public saveScrollPositions(scrollRegions: ScrollRegion[]): void { method saveDocumentScrollPosition (line 139) | public saveDocumentScrollPosition(scrollRegion: ScrollRegion): void { method getScrollRegions (line 158) | public getScrollRegions(): ScrollRegion[] { method getDocumentScrollPosition (line 162) | public getDocumentScrollPosition(): ScrollRegion { method replaceState (line 166) | public replaceState(page: Page, cb: (() => void) | null = null): void { method isHistoryThrottleError (line 205) | protected isHistoryThrottleError(error: unknown): error is Error & { n... method isQuotaExceededError (line 213) | protected isQuotaExceededError(error: unknown): error is Error & { nam... method withThrottleProtection (line 217) | protected withThrottleProtection(cb: () => T): Promise(key: keyof Page, defaultValue?: T): any { method deleteState (line 277) | public deleteState(key: keyof Page) { method clearInitialState (line 284) | public clearInitialState(key: keyof Page) { method browserHasHistoryEntry (line 290) | public browserHasHistoryEntry(): boolean { method clear (line 294) | public clear() { method setCurrent (line 299) | public setCurrent(page: Page): void { method isValidState (line 303) | public isValidState(state: any): boolean { method getAllState (line 307) | public getAllState(): Page { FILE: packages/core/src/infiniteScroll.ts function useInfiniteScroll (line 19) | function useInfiniteScroll(options: UseInfiniteScrollOptions): UseInfini... FILE: packages/core/src/infiniteScroll/data.ts constant MERGE_INTENT_HEADER (line 5) | const MERGE_INTENT_HEADER = 'X-Inertia-Infinite-Scroll-Merge-Intent' type Side (line 7) | type Side = 'previous' | 'next' type ScrollPropPageNames (line 8) | type ScrollPropPageNames = keyof Pick | string): { iframe: H... method show (line 25) | show(html: Record | string): void { method hide (line 52) | hide(): void { method hideOnEscape (line 59) | hideOnEscape(event: KeyboardEvent): void { FILE: packages/core/src/navigationEvents.ts type MouseNavigationEvent (line 1) | type MouseNavigationEvent = Pick< type KeyboardNavigationEvent (line 6) | type KeyboardNavigationEvent = Pick({ method set (line 42) | public set( method setQuietly (line 160) | public setQuietly( method clear (line 176) | public clear(): void { method isCleared (line 180) | public isCleared(): boolean { method get (line 184) | public get(): Page { method getWithoutFlashData (line 188) | public getWithoutFlashData(): Page { method hasOnceProps (line 192) | public hasOnceProps(): boolean { method merge (line 196) | public merge(data: Partial): void { method setFlash (line 200) | public setFlash(flash: FlashData): void { method setUrlHash (line 205) | public setUrlHash(hash: string): void { method remember (line 211) | public remember(data: Page['rememberedState']): void { method swap (line 215) | public swap({ method resolve (line 241) | public resolve(component: string): Promise { method isTheSame (line 245) | public isTheSame(page: Page): boolean { method on (line 249) | public on(event: PageEvent, callback: VoidFunction): VoidFunction { method fireEventsFor (line 257) | public fireEventsFor(event: PageEvent): void { method mergeOncePropsIntoResponse (line 261) | public mergeOncePropsIntoResponse(response: Page, { force = false }: {... FILE: packages/core/src/poll.ts class Poll (line 3) | class Poll { method constructor (line 11) | constructor(interval: number, cb: VoidFunction, options: PollOptions) { method stop (line 22) | public stop() { method start (line 30) | public start() { method isInBackground (line 48) | public isInBackground(hidden: boolean) { FILE: packages/core/src/polls.ts class Polls (line 4) | class Polls { method constructor (line 7) | constructor() { method add (line 11) | public add( method clear (line 29) | public clear() { method setupVisibilityListener (line 35) | protected setupVisibilityListener() { FILE: packages/core/src/prefetched.ts class PrefetchedRequests (line 17) | class PrefetchedRequests { method add (line 23) | public add( method removeAll (line 109) | public removeAll(): void { method removeByTags (line 117) | public removeByTags(tags: string[]): void { method remove (line 123) | public remove(params: ActiveVisit): void { method removeFromInFlight (line 131) | protected removeFromInFlight(params: ActiveVisit): void { method extractStaleValues (line 137) | protected extractStaleValues(cacheFor: PrefetchOptions['cacheFor']): [... method cacheForToStaleAndExpires (line 143) | protected cacheForToStaleAndExpires(cacheFor: PrefetchOptions['cacheFo... method clearTimer (line 158) | protected clearTimer(params: ActiveVisit) { method scheduleForRemoval (line 169) | protected scheduleForRemoval(params: ActiveVisit, expiresIn: number) { method get (line 186) | public get(params: ActiveVisit): InFlightPrefetch | PrefetchedResponse... method use (line 190) | public use(prefetched: PrefetchedResponse | InFlightPrefetch, params: ... method removeSingleUseItems (line 212) | protected removeSingleUseItems(params: ActiveVisit) { method findCached (line 222) | public findCached(params: ActiveVisit): PrefetchedResponse | null { method findInFlight (line 230) | public findInFlight(params: ActiveVisit): InFlightPrefetch | null { method withoutPurposePrefetchHeader (line 238) | protected withoutPurposePrefetchHeader(params: ActiveVisit): ActiveVis... method paramsAreEqual (line 246) | protected paramsAreEqual(params1: ActiveVisit, params2: ActiveVisit): ... method updateCachedOncePropsFromCurrentPage (line 274) | public updateCachedOncePropsFromCurrentPage(): void { method getShortestOncePropTtl (line 309) | protected getShortestOncePropTtl(page: Page): number | null { FILE: packages/core/src/progress-component.ts function clamp (line 238) | function clamp(n: number, min: number, max: number): number { FILE: packages/core/src/progress.ts class Progress (line 4) | class Progress { method start (line 7) | public start(): void { method reveal (line 11) | public reveal(force: boolean = false): void { method hide (line 19) | public hide(): void { method set (line 25) | public set(status: number): void { method finish (line 29) | public finish(): void { method reset (line 33) | public reset(): void { method remove (line 37) | public remove(): void { method isStarted (line 42) | public isStarted(): boolean { method getStatus (line 46) | public getStatus(): number | null { function addEventListeners (line 55) | function addEventListeners(delay: number): void { function handleStartEvent (line 60) | function handleStartEvent(event: GlobalEvent<'start'>, delay: number): v... function handleProgressEvent (line 69) | function handleProgressEvent(event: GlobalEvent<'progress'>): void { function finish (line 75) | function finish(event: GlobalEvent<'finish'>, timeout: NodeJS.Timeout): ... function setupProgress (line 91) | function setupProgress({ FILE: packages/core/src/queue.ts class Queue (line 1) | class Queue { method add (line 5) | public add(item: () => T) { method process (line 10) | public process() { method processNext (line 18) | protected processNext(): Promise { FILE: packages/core/src/request.ts class Request (line 9) | class Request { method constructor (line 15) | constructor( method create (line 23) | public static create(params: ActiveVisit, page: Page): Request { method isPrefetch (line 27) | public isPrefetch(): boolean { method send (line 31) | public async send() { method finish (line 95) | protected finish(): void { method fireFinishEvents (line 104) | protected fireFinishEvents(): void { method cancel (line 116) | public cancel({ cancelled = false, interrupted = false }: { cancelled?... method onProgress (line 129) | protected onProgress(progress: AxiosProgressEvent): void { method getHeaders (line 137) | protected getHeaders(): AxiosRequestConfig['headers'] { FILE: packages/core/src/requestParams.ts class RequestParams (line 6) | class RequestParams { method constructor (line 14) | constructor(params: InternalActiveVisit) { method create (line 43) | public static create(params: ActiveVisit): RequestParams { method data (line 47) | public data() { method queryParams (line 51) | public queryParams() { method isPartial (line 55) | public isPartial() { method isPrefetch (line 59) | public isPrefetch(): boolean { method isDeferredPropsRequest (line 63) | public isDeferredPropsRequest() { method onCancelToken (line 67) | public onCancelToken(cb: VoidFunction) { method markAsFinished (line 73) | public markAsFinished() { method markAsCancelled (line 79) | public markAsCancelled({ cancelled = true, interrupted = false }) { method wasCancelledAtAll (line 87) | public wasCancelledAtAll() { method onFinish (line 91) | public onFinish() { method onStart (line 95) | public onStart() { method onPrefetching (line 99) | public onPrefetching() { method onPrefetchResponse (line 103) | public onPrefetchResponse(response: Response) { method onPrefetchError (line 109) | public onPrefetchError(error: Error) { method all (line 115) | public all() { method headers (line 119) | public headers(): AxiosRequestConfig['headers'] { method setPreserveOptions (line 149) | public setPreserveOptions(page: Page) { method runCallbacks (line 154) | public runCallbacks() { method merge (line 161) | public merge(toMerge: Partial) { method wrapCallback (line 168) | protected wrapCallback(params: ActiveVisit, name: keyof VisitCallbacks) { method recordCallback (line 177) | protected recordCallback(name: keyof VisitCallbacks, args: any[]) { method resolvePreserveOption (line 181) | public static resolvePreserveOption(value: PreserveStateOption, page: ... FILE: packages/core/src/requestStream.ts class RequestStream (line 3) | class RequestStream { method constructor (line 10) | constructor({ maxConcurrent, interruptible }: { maxConcurrent: number;... method send (line 15) | public send(request: Request) { method interruptInFlight (line 23) | public interruptInFlight(): void { method cancelInFlight (line 27) | public cancelInFlight({ prefetch = true } = {}): void { method cancel (line 33) | protected cancel({ cancelled = false, interrupted = false } = {}, forc... method shouldCancel (line 43) | protected shouldCancel(): boolean { FILE: packages/core/src/resetFormFields.ts type FormElement (line 3) | type FormElement = HTMLInputElement | HTMLSelectElement | HTMLTextAreaEl... function isFormElement (line 5) | function isFormElement(element: Element): element is FormElement { function resetInputElement (line 13) | function resetInputElement(input: HTMLInputElement, defaultValues: FormD... function resetSelectElement (line 44) | function resetSelectElement(select: HTMLSelectElement, defaultValues: Fo... function resetFormElement (line 69) | function resetFormElement(element: FormElement, defaultValues: FormDataE... function resetFieldElements (line 127) | function resetFieldElements( function resetFormFields (line 161) | function resetFormFields(formElement: HTMLFormElement, defaults: FormDat... FILE: packages/core/src/response.ts class Response (line 24) | class Response { method constructor (line 27) | constructor( method create (line 33) | public static create(params: RequestParams, response: AxiosResponse, o... method handlePrefetch (line 37) | public async handlePrefetch() { method handle (line 43) | public async handle() { method process (line 47) | public async process() { method mergeParams (line 102) | public mergeParams(params: ActiveVisit) { method getPageResponse (line 106) | public getPageResponse(): Page { method handleNonInertiaResponse (line 117) | protected async handleNonInertiaResponse() { method isInertiaResponse (line 136) | protected isInertiaResponse(): boolean { method hasStatus (line 140) | protected hasStatus(status: number): boolean { method getHeader (line 144) | protected getHeader(header: string): string { method hasHeader (line 148) | protected hasHeader(header: string): boolean { method isLocationVisit (line 152) | protected isLocationVisit(): boolean { method locationVisit (line 159) | protected locationVisit(url: URL): boolean | void { method setPage (line 179) | protected async setPage(): Promise { method getDataFromResponse (line 207) | protected getDataFromResponse(response: any): any { method shouldSetPage (line 219) | protected shouldSetPage(pageResponse: Page): boolean { method pageUrl (line 245) | protected pageUrl(pageResponse: Page) { method preserveEqualProps (line 253) | protected preserveEqualProps(pageResponse: Page): void { method mergeProps (line 267) | protected mergeProps(pageResponse: Page): void { method mergeOrMatchItems (line 372) | protected mergeOrMatchItems( method appendWithMatching (line 410) | protected appendWithMatching( method prependWithMatching (line 440) | protected prependWithMatching( method hasUniqueProperty (line 458) | protected hasUniqueProperty(item: any, property: string): boolean { method setRememberedState (line 462) | protected async setRememberedState(pageResponse: Page): Promise { method getScopedErrors (line 474) | protected getScopedErrors(errors: Errors & ErrorBag): Errors { FILE: packages/core/src/router.ts class Router (line 50) | class Router { method init (line 63) | public init({ method get (line 95) | public get( method post (line 103) | public post( method put (line 111) | public put( method patch (line 119) | public patch( method delete (line 127) | public delete( method reload (line 134) | public reload(options: Relo... method doReload (line 138) | protected doReload( method remember (line 159) | public remember(data: unknown, key = 'default'): void { method restore (line 163) | public restore(key = 'default'): T | undefined { method on (line 167) | public on( method cancel (line 181) | public cancel(): void { method cancelAll (line 185) | public cancelAll({ async = true, prefetch = true, sync = true } = {}):... method poll (line 195) | public poll(interval: number, requestOptions: ReloadOptions = {}, opti... method visit (line 202) | public visit( method getCached (line 258) | public getCached( method flush (line 265) | public flush(href: string | URL | UrlMethodPair, options: VisitOptions... method flushAll (line 269) | public flushAll(): void { method flushByCacheTags (line 273) | public flushByCacheTags(tags: string | string[]): void { method getPrefetching (line 277) | public getPrefetching( method prefetch (line 284) | public prefetch( method clearHistory (line 356) | public clearHistory(): void { method decryptHistory (line 360) | public decryptHistory(): Promise { method resolveComponent (line 364) | public resolveComponent(component: string): Promise { method replace (line 368) | public replace(params: ClientSideVisitOptions<... method replaceProp (line 372) | public replaceProp( method appendToProp (line 389) | public appendToProp( method prependToProp (line 409) | public prependToProp( method push (line 429) | public push(params: ClientSideVisitOptions( method clientVisit (line 457) | protected clientVisit( method performClientVisit (line 464) | protected performClientVisit( method getPrefetchParams (line 525) | protected getPrefetchParams(href: string | URL | UrlMethodPair, option... method getPendingVisit (line 538) | protected getPendingVisit( method getVisitEvents (line 604) | protected getVisitEvents(options: VisitOptions): VisitCallbacks { method loadDeferredProps (line 621) | protected loadDeferredProps(deferred: Page['deferredProps']): void { FILE: packages/core/src/scroll.ts class Scroll (line 8) | class Scroll { method save (line 9) | public static save(): void { method getScrollRegions (line 13) | public static getScrollRegions(): ScrollRegion[] { method regions (line 20) | protected static regions(): NodeListOf { method scrollToTop (line 24) | public static scrollToTop(): void { method reset (line 33) | public static reset(): void { method scrollToAnchor (line 54) | public static scrollToAnchor(): void { method restore (line 67) | public static restore(scrollRegions: ScrollRegion[]): void { method restoreScrollRegions (line 78) | public static restoreScrollRegions(scrollRegions: ScrollRegion[]): void { method restoreDocument (line 99) | public static restoreDocument(): void { method onScroll (line 104) | public static onScroll(event: Event): void { method onWindowScroll (line 112) | public static onWindowScroll(): void { FILE: packages/core/src/server.ts type AppCallback (line 7) | type AppCallback = (page: Page) => InertiaAppResponse type RouteHandler (line 8) | type RouteHandler = (request: IncomingMessage) => Promise type ServerOptions (line 9) | type ServerOptions = { type Port (line 13) | type Port = number FILE: packages/core/src/sessionStorage.ts class SessionStorage (line 1) | class SessionStorage { method set (line 4) | public static set(key: string, value: any): void { method get (line 10) | public static get(key: string): any { method merge (line 16) | public static merge(key: string, value: any): void { method remove (line 26) | public static remove(key: string): void { method removeNested (line 32) | public static removeNested(key: string, nestedKey: string): void { method exists (line 42) | public static exists(key: string): boolean { method clear (line 50) | public static clear(): void { FILE: packages/core/src/types.ts type AxiosProgressEvent (line 6) | interface AxiosProgressEvent { type PageFlashData (line 11) | interface PageFlashData { type DefaultInertiaConfig (line 15) | type DefaultInertiaConfig = { type InertiaConfig (line 43) | interface InertiaConfig {} type InertiaConfigFor (line 44) | type InertiaConfigFor = Key exte... type ErrorValue (line 47) | type ErrorValue = InertiaConfigFor<'errorValueType'> type FlashData (line 48) | type FlashData = InertiaConfigFor<'flashDataType'> type SharedPageProps (line 49) | type SharedPageProps = InertiaConfigFor<'sharedPageProps'> type Errors (line 51) | type Errors = Record type ErrorBag (line 52) | type ErrorBag = Record type FormDataConvertibleValue (line 54) | type FormDataConvertibleValue = Blob | FormDataEntryValue | Date | boole... type FormDataConvertible (line 55) | type FormDataConvertible = type FormDataType (line 60) | type FormDataType = { type FormDataKeys (line 75) | type FormDataKeys = T extends Function | FormDataConvertibleValue type ArrayFormDataKeys (line 86) | type ArrayFormDataKeys = number extends T['length'] type ObjectFormDataKeys (line 107) | type ObjectFormDataKeys = string extends keyof T type PartialFormDataErrors (line 127) | type PartialFormDataErrors = { type FormDataErrors (line 131) | type FormDataErrors = PartialFormDataErrors & { type FormDataValues (line 135) | type FormDataValues> = K extends `${infer P... type FormDataError (line 153) | type FormDataError = Partial, ErrorValue>> type Method (line 155) | type Method = 'get' | 'post' | 'put' | 'patch' | 'delete' type RequestPayload (line 157) | type RequestPayload = Record | FormData type PageProps (line 159) | interface PageProps { type ScrollProp (line 163) | type ScrollProp = { type Page (line 171) | interface Page { type ScrollRegion (line 202) | type ScrollRegion = { type ClientSideVisitOptions (line 207) | interface ClientSideVisitOptions { type PageResolver (line 224) | type PageResolver = (name: string) => Component type PageHandler (line 226) | type PageHandler = ({ type PreserveStateOption (line 236) | type PreserveStateOption = boolean | 'errors' | ((page: Page) => boolean) type QueryStringArrayFormatOption (line 238) | type QueryStringArrayFormatOption = 'indices' | 'brackets' type Progress (line 240) | type Progress = AxiosProgressEvent type LocationVisit (line 242) | type LocationVisit = { type CancelToken (line 246) | type CancelToken = { type CancelTokenCallback (line 250) | type CancelTokenCallback = (cancelToken: CancelToken) => void type Visit (line 252) | type Visit = { type GlobalEventsMap (line 274) | type GlobalEventsMap = { type PageEvent (line 375) | type PageEvent = 'newComponent' | 'firstLoad' type GlobalEventNames (line 377) | type GlobalEventNames = keyof... type GlobalEvent (line 379) | type GlobalEvent< type GlobalEventParameters (line 384) | type GlobalEventParameters< type GlobalEventResult (line 389) | type GlobalEventResult< type GlobalEventDetails (line 394) | type GlobalEventDetails< type GlobalEventTrigger (line 399) | type GlobalEventTrigger, T extend... type GlobalEventCallback (line 403) | type GlobalEventCallback, T exten... type InternalEvent (line 407) | type InternalEvent = 'missingHistoryItem' | 'loadDeferredProps' | 'histo... type VisitCallbacks (line 409) | type VisitCallbacks = { type VisitOptions (line 424) | type VisitOptions = Partial = Omit< type PollOptions (line 431) | type PollOptions = { type VisitHelperOptions (line 436) | type VisitHelperOptions = Omi... type RouterInitParams (line 438) | type RouterInitParams = { type PendingVisitOptions (line 445) | type PendingVisitOptions = { type PendingVisit (line 452) | type PendingVisit = Visit ... type ActiveVisit (line 454) | type ActiveVisit = PendingVis... type InternalActiveVisit (line 456) | type InternalActiveVisit = ActiveVisit & { type VisitId (line 462) | type VisitId = unknown type Component (line 463) | type Component = unknown type FirstLevelOptional (line 465) | type FirstLevelOptional = { type CreateInertiaAppOptions (line 469) | interface CreateInertiaAppOptions type HeadManagerTitleCallback (line 512) | type HeadManagerTitleCallback = (title: string) => string type HeadManagerOnUpdateCallback (line 513) | type HeadManagerOnUpdateCallback = (elements: string[]) => void type HeadManager (line 514) | type HeadManager = { type LinkPrefetchOption (line 524) | type LinkPrefetchOption = 'mount' | 'hover' | 'click' type TimeUnit (line 526) | type TimeUnit = 'ms' | 's' | 'm' | 'h' | 'd' type CacheForOption (line 527) | type CacheForOption = number | `${number}${TimeUnit}` | string type PrefetchOptions (line 529) | type PrefetchOptions = { type InertiaAppConfig (line 534) | type InertiaAppConfig = { type LinkComponentBaseProps (line 557) | interface LinkComponentBaseProps extends Partial< type PrefetchObject (line 581) | type PrefetchObject = { type InFlightPrefetch (line 586) | type InFlightPrefetch = PrefetchObject & { type PrefetchCancellationToken (line 591) | type PrefetchCancellationToken = { type PrefetchedResponse (line 596) | type PrefetchedResponse = PrefetchObject & { type PrefetchRemovalTimer (line 605) | type PrefetchRemovalTimer = { type ProgressSettings (line 610) | type ProgressSettings = { type UrlMethodPair (line 626) | type UrlMethodPair = { url: string; method: Method } type UseFormTransformCallback (line 628) | type UseFormTransformCallback = (data: TForm) => object type UseFormWithPrecognitionArguments (line 629) | type UseFormWithPrecognitionArguments = type UseFormInertiaArguments (line 633) | type UseFormInertiaArguments = type UseFormPrecognitionArguments (line 637) | type UseFormPrecognitionArguments = type UseFormArguments (line 640) | type UseFormArguments = UseFormInertiaArguments | UseFormP... type UseFormSubmitOptions (line 642) | type UseFormSubmitOptions = Omit type UseFormSubmitArguments (line 643) | type UseFormSubmitArguments = type FormComponentOptions (line 648) | type FormComponentOptions = Pick< type FormComponentProps (line 653) | type FormComponentProps = Partial< type FormComponentMethods (line 671) | type FormComponentMethods = { type FormComponentonSubmitCompleteArguments (line 691) | type FormComponentonSubmitCompleteArguments = Pick = function mergeDataIntoQueryString (line 47) | function mergeDataIntoQueryString( function urlWithoutHash (line 90) | function urlWithoutHash(url: URL | Location): URL { function isUrlMethodPair (line 110) | function isUrlMethodPair(href: unknown): href is UrlMethodPair { function urlHasProtocol (line 114) | function urlHasProtocol(url: string): boolean { function urlToString (line 118) | function urlToString(url: URL | string, absolute: boolean): string { FILE: packages/core/src/useFormUtils.ts class UseFormUtils (line 12) | class UseFormUtils { method createWayfinderCallback (line 21) | public static createWayfinderCallback( method parseUseFormArguments (line 48) | public static parseUseFormArguments>( method parseSubmitArguments (line 110) | public static parseSubmitArguments( method mergeHeadersForValidation (line 131) | public static mergeHeadersForValidation( FILE: packages/react/build.js method setup (line 29) | setup(build) { FILE: packages/react/src/App.ts type CurrentPage (line 25) | type CurrentPage = { type InertiaAppProps (line 31) | interface InertiaAppProps { type InertiaApp (line 40) | type InertiaApp = FunctionComponent function App (line 42) | function App({ FILE: packages/react/src/Deferred.ts type DeferredProps (line 16) | interface DeferredProps { FILE: packages/react/src/Form.ts type ComponentProps (line 39) | type ComponentProps = (FormComponentProps & type FormSubmitOptions (line 45) | type FormSubmitOptions = Omit function isUnaryTag (line 25) | function isUnaryTag(node: ReactElement) { function renderTagStart (line 48) | function renderTagStart(node: ReactElement): string { function renderTagChildren (line 66) | function renderTagChildren(node: ReactElement): string { function renderTag (line 80) | function renderTag(node: ReactElement): string { function ensureNodeHasInertiaProp (line 98) | function ensureNodeHasInertiaProp(node: ReactElement) { function renderNode (line 104) | function renderNode(node: ReactElement) { function renderNodes (line 108) | function renderNodes(nodes: ReactNode) { FILE: packages/react/src/InfiniteScroll.ts type ComponentProps (line 55) | interface ComponentProps function syncStateFromDataManager (line 177) | function syncStateFromDataManager() { FILE: packages/react/src/Link.ts type BaseInertiaLinkProps (line 19) | interface BaseInertiaLinkProps extends LinkComponentBaseProps { type InertiaLinkProps (line 24) | type InertiaLinkProps = BaseInertiaLinkProps & method onStart (line 110) | onStart(visit: PendingVisit) { method onFinish (line 115) | onFinish(visit: ActiveVisit) { FILE: packages/react/src/WhenVisible.ts type WhenVisibleSlotProps (line 5) | interface WhenVisibleSlotProps { type WhenVisibleProps (line 9) | interface WhenVisibleProps { FILE: packages/react/src/createInertiaApp.ts type SetupOptions (line 19) | type SetupOptions = { type ComponentResolver (line 26) | type ComponentResolver = ( type InertiaAppOptionsForCSR (line 30) | type InertiaAppOptionsForCSR = CreateIner... type InertiaAppOptionsForSSR (line 38) | type InertiaAppOptionsForSSR = CreateIner... function createInertiaApp (line 54) | async function createInertiaApp ReactNode type LayoutComponent (line 5) | type LayoutComponent = ComponentType<{ children: ReactNode }> type ReactComponent (line 7) | type ReactComponent = ComponentType & { type ReactPageHandlerArgs (line 11) | type ReactPageHandlerArgs = Parameters>[0] type ReactInertiaAppConfig (line 12) | type ReactInertiaAppConfig = {} FILE: packages/react/src/useForm.ts type SetDataByObject (line 37) | type SetDataByObject = (data: Partial) => void type SetDataByMethod (line 38) | type SetDataByMethod = (data: (previousData: TForm) => TForm) => ... type SetDataByKeyValuePair (line 39) | type SetDataByKeyValuePair = >( type SetDataAction (line 43) | type SetDataAction> = SetDataByObject = ValidationConfig & { type InertiaFormProps (line 51) | interface InertiaFormProps { type InertiaFormValidationProps (line 85) | interface InertiaFormValidationProps { type InertiaForm (line 108) | type InertiaForm = InertiaFormProps type InertiaPrecognitiveFormProps (line 109) | type InertiaPrecognitiveFormProps = InertiaFormPro... function useForm (line 127) | function useForm>( FILE: packages/react/src/usePage.ts function usePage (line 6) | function usePage(): Page( FILE: packages/react/test-app/Pages/ClientSideVisit/Page1.tsx type PageProps (line 5) | interface PageProps { FILE: packages/react/test-app/Pages/ClientSideVisit/Props.tsx type Tag (line 3) | interface Tag { type User (line 8) | interface User { FILE: packages/react/test-app/Pages/DeepMergeProps.tsx type PageProps (line 4) | type PageProps = { method onSuccess (line 19) | onSuccess(visit) { FILE: packages/react/test-app/Pages/Events.tsx type Window (line 4) | interface Window { type CancelToken (line 468) | type CancelToken = { FILE: packages/react/test-app/Pages/Flash/ClientSideVisits.tsx type Window (line 4) | interface Window { FILE: packages/react/test-app/Pages/Flash/Events.tsx type Window (line 4) | interface Window { FILE: packages/react/test-app/Pages/FormComponent/DottedKeys.tsx function DottedKeys (line 3) | function DottedKeys() { FILE: packages/react/test-app/Pages/FormComponent/Events.tsx function log (line 12) | function log(eventName: string) { FILE: packages/react/test-app/Pages/FormComponent/Headers.tsx function addCustomHeader (line 9) | function addCustomHeader() { FILE: packages/react/test-app/Pages/FormComponent/Options.tsx function setOnly (line 19) | function setOnly() { function setExcept (line 23) | function setExcept() { function setReset (line 27) | function setReset() { function enableReplace (line 31) | function enableReplace() { function enablePreserveScroll (line 35) | function enablePreserveScroll() { function enablePreserveState (line 39) | function enablePreserveState() { function enablePreserveUrl (line 44) | function enablePreserveUrl() { FILE: packages/react/test-app/Pages/FormComponent/Precognition/BeforeValidation.tsx function PrecognitionBefore (line 4) | function PrecognitionBefore() { FILE: packages/react/test-app/Pages/FormComponent/Precognition/DynamicArrayInputs.tsx function addItem (line 7) | function addItem() { function updateItem (line 11) | function updateItem(index: number, value: string) { FILE: packages/react/test-app/Pages/FormComponent/Precognition/Headers.tsx function PrecognitionHeaders (line 3) | function PrecognitionHeaders() { FILE: packages/react/test-app/Pages/FormComponent/Progress.tsx function disableProgress (line 11) | function disableProgress() { FILE: packages/react/test-app/Pages/FormComponent/Ref.tsx function Ref (line 5) | function Ref() { FILE: packages/react/test-app/Pages/FormComponent/Reset.tsx type Window (line 6) | interface Window { function Reset (line 11) | function Reset() { FILE: packages/react/test-app/Pages/FormHelper/EmptyForm.tsx type FormData (line 3) | interface FormData { FILE: packages/react/test-app/Pages/FormHelper/Events.tsx type Window (line 7) | interface Window { FILE: packages/react/test-app/Pages/FormHelper/Precognition/DynamicArrayInputs.tsx function addItem (line 10) | function addItem() { function updateItem (line 14) | function updateItem(index: number, value: string) { FILE: packages/react/test-app/Pages/FormHelper/RememberEdit.tsx type User (line 3) | interface User { FILE: packages/react/test-app/Pages/FormHelper/RememberIndex.tsx type User (line 3) | interface User { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Any.tsx function Any (line 4) | function Any() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Child.tsx type ChildProps (line 4) | interface ChildProps { function Child (line 11) | function Child({ form }: ChildProps) { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/CircularlReferences.tsx type SubData (line 4) | type SubData = { type Data (line 9) | type Data = { function Any (line 13) | function Any() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Data.tsx type FormData (line 4) | type FormData = { function Data (line 16) | function Data() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/DynamicInputName.tsx type ClientForm (line 4) | interface ClientForm { function DynamicInputName (line 9) | function DynamicInputName() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Errors.tsx type FormData (line 4) | type FormData = { function Errors (line 16) | function Errors() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Generic.tsx type GenericProps (line 5) | interface GenericProps>({ FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Nullable.tsx function Nullable (line 4) | function Nullable() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/NullableNestedObject.tsx type FormData (line 4) | interface FormData { function NullableNestedObject (line 10) | function NullableNestedObject() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/OptionalProps.tsx type LoginData (line 4) | interface LoginData { function OptionalProps (line 10) | function OptionalProps({ user }: { user?: { username: string } }) { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/Parent.tsx function Parent (line 5) | function Parent() { FILE: packages/react/test-app/Pages/FormHelper/TypeScript/ValidationKey.tsx type Key (line 6) | type Key = keyof ReturnType function ValidationKey (line 23) | function ValidationKey() { FILE: packages/react/test-app/Pages/HistoryThrottle.tsx function HistoryThrottle (line 4) | function HistoryThrottle() { FILE: packages/react/test-app/Pages/InfiniteScroll/DualContainers.tsx type Props (line 4) | interface Props { FILE: packages/react/test-app/Pages/InfiniteScroll/DualSibling.tsx type Props (line 4) | interface Props { FILE: packages/react/test-app/Pages/InfiniteScroll/Filtering.tsx type Props (line 6) | interface Props { FILE: packages/react/test-app/Pages/InfiniteScroll/FilteringManual.tsx type Props (line 6) | interface Props { FILE: packages/react/test-app/Pages/InfiniteScroll/RememberState.tsx function prependUser (line 5) | function prependUser(id: number) { FILE: packages/react/test-app/Pages/InfiniteScroll/UpdateQueryString.tsx method pageUrl (line 9) | get pageUrl() { FILE: packages/react/test-app/Pages/InfiniteScroll/UserCard.tsx type User (line 1) | interface User { FILE: packages/react/test-app/Pages/Links/AsComponent.tsx type Window (line 5) | interface Window { FILE: packages/react/test-app/Pages/Links/AsElement.tsx type Window (line 5) | interface Window { FILE: packages/react/test-app/Pages/Links/PreserveUrl.tsx type PreserveUrlProps (line 3) | interface PreserveUrlProps { FILE: packages/react/test-app/Pages/MatchPropsOnKey.tsx type FooItem (line 4) | interface FooItem { type FooProps (line 8) | interface FooProps { type PageProps (line 19) | interface PageProps { method onSuccess (line 34) | onSuccess(page) { FILE: packages/react/test-app/Pages/NavigateNonInertia.tsx function navigate (line 2) | function navigate(e: React.MouseEvent) { FILE: packages/react/test-app/Pages/NetworkError.tsx function makeRequest (line 14) | function makeRequest() { FILE: packages/react/test-app/Pages/Poll/Hook.tsx method onFinish (line 6) | onFinish() { FILE: packages/react/test-app/Pages/Poll/HookManual.tsx method onFinish (line 8) | onFinish() { FILE: packages/react/test-app/Pages/Poll/RouterManual.tsx method onFinish (line 10) | onFinish() { FILE: packages/react/test-app/Pages/Prefetch/AfterError.tsx function AfterError (line 3) | function AfterError() { FILE: packages/react/test-app/Pages/Prefetch/Wayfinder.tsx function Wayfinder (line 4) | function Wayfinder() { FILE: packages/react/test-app/Pages/PreserveEqualProps.tsx function enable (line 16) | function enable() { FILE: packages/react/test-app/Pages/ProgressComponent.tsx type Window (line 5) | interface Window { FILE: packages/react/test-app/Pages/Reload/Concurrent.tsx function reloadBothProps (line 6) | function reloadBothProps() { FILE: packages/react/test-app/Pages/Reload/ConcurrentWithData.tsx function reloadBothPropsWithData (line 6) | function reloadBothPropsWithData() { FILE: packages/react/test-app/Pages/Remember/Router.tsx function remember (line 8) | function remember() { function restore (line 13) | function restore() { function restoreTyped (line 18) | function restoreTyped() { FILE: packages/react/test-app/Pages/TypeScriptCreateInertiaApp.ts type InertiaConfig (line 5) | interface InertiaConfig { method setup (line 18) | setup({ props }) { FILE: packages/react/test-app/Pages/TypeScriptFlash.tsx type InertiaConfig (line 5) | interface InertiaConfig { function TypeScriptFlash (line 12) | function TypeScriptFlash() { FILE: packages/react/test-app/Pages/TypeScriptProps.tsx type InertiaConfig (line 5) | interface InertiaConfig { type PageProps (line 12) | type PageProps = { function TypeScriptProps (line 16) | function TypeScriptProps() { FILE: packages/react/test-app/Pages/Visits/Wayfinder.tsx function Wayfinder (line 3) | function Wayfinder() { FILE: packages/react/test-app/Pages/WhenVisibleArrayReload.tsx type Props (line 3) | interface Props { FILE: packages/react/test-app/Pages/WhenVisibleReload.tsx type Props (line 3) | interface Props { FILE: packages/react/test-app/app.tsx method setup (line 23) | setup({ el, App, props }) { FILE: packages/react/test-app/types.d.ts type Window (line 4) | interface Window { type ImportMeta (line 28) | interface ImportMeta { type MulterFile (line 33) | type MulterFile = Express.Multer.File FILE: packages/svelte/src/components/formContext.ts function useFormContext (line 7) | function useFormContext(): Readable | undefined { FILE: packages/svelte/src/createInertiaApp.ts type SvelteRenderResult (line 16) | type SvelteRenderResult = { html: string; head: string; css?: { code: st... type SetupOptions (line 18) | type SetupOptions = { type InertiaAppOptions (line 26) | type InertiaAppOptions = CreateInertiaApp... function createInertiaApp (line 34) | async function createInertiaApp & ... type SelectedEventKeys (line 28) | type SelectedEventKeys = type SelectedGlobalEventsMap (line 38) | type SelectedGlobalEventsMap = Pick type ActionAttributes (line 39) | type ActionAttributes = { function link (line 48) | function link( FILE: packages/svelte/src/page.ts type SveltePage (line 4) | type SveltePage = Omit(): Readable ResolvedComponent | Promise RenderProps type LayoutType (line 8) | type LayoutType = LayoutResolver | ComponentType | ComponentType[] type ResolvedComponent (line 10) | type ResolvedComponent = { type SvelteInertiaAppConfig (line 15) | type SvelteInertiaAppConfig = {} FILE: packages/svelte/src/useForm.ts function validateFormDataKeys (line 35) | function validateFormDataKeys(data: TForm): void { type InertiaFormStore (line 57) | type InertiaFormStore = Writable = Writable = (data: TForm) => object type PrecognitionValidationConfig (line 63) | type PrecognitionValidationConfig = ValidationConfig & { type InertiaFormProps (line 67) | interface InertiaFormProps { type InertiaFormValidationProps (line 98) | interface InertiaFormValidationProps { type InternalPrecognitionState (line 118) | interface InternalPrecognitionState { type InertiaForm (line 123) | type InertiaForm = InertiaFormProps & TForm type InertiaPrecognitiveForm (line 124) | type InertiaPrecognitiveForm = InertiaForm ... type ReservedFormKeys (line 126) | type ReservedFormKeys = keyof InertiaFormProps type ValidateFormData (line 128) | type ValidateFormData = { function useForm (line 149) | function useForm>( FILE: packages/svelte/src/usePoll.ts function usePoll (line 4) | function usePoll( FILE: packages/svelte/src/usePrefetch.ts function usePrefetch (line 5) | function usePrefetch(options: VisitOptions = {}) { FILE: packages/svelte/src/useRemember.ts function useRemember (line 6) | function useRemember(initialState: State, key?: string) { FILE: packages/svelte/test-app/Pages/TypeScriptCreateInertiaApp.ts type InertiaConfig (line 5) | interface InertiaConfig { method setup (line 18) | setup({ el, App, props }) { FILE: packages/svelte/test-app/app.ts method setup (line 21) | setup({ el, App, props }) { FILE: packages/svelte/test-app/ssr.ts method setup (line 11) | setup({ App, props }) { FILE: packages/svelte/test-app/svelte-html.d.ts type HTMLAttributes (line 2) | interface HTMLAttributes { FILE: packages/svelte/test-app/types.d.ts type Window (line 4) | interface Window { type ImportMeta (line 28) | interface ImportMeta { type MulterFile (line 33) | type MulterFile = Express.Multer.File FILE: packages/vue3/build.js method setup (line 29) | setup(build) { FILE: packages/vue3/src/app.ts type InertiaAppProps (line 27) | interface InertiaAppProps { type InertiaApp (line 35) | type InertiaApp = DefineComponent method setup (line 69) | setup({ initialPage, initialComponent, resolveComponent, titleCallback, ... method install (line 130) | install(app) { function usePage (line 141) | function usePage(): Page DefineComponent | Promise = { type InertiaAppOptionsForCSR (line 27) | type InertiaAppOptionsForCSR = CreateIner... type InertiaAppOptionsForSSR (line 35) | type InertiaAppOptionsForSSR = CreateIner... function createInertiaApp (line 51) | async function createInertiaApp VNode } { method isComponentNode (line 82) | isComponentNode(node: VNode): node is VNode & { type: object } { method isCommentNode (line 85) | isCommentNode(node: VNode) { method isFragmentNode (line 88) | isFragmentNode(node: VNode) { method isTextNode (line 91) | isTextNode(node: VNode) { method renderTag (line 94) | renderTag(node: VNode): string { method addTitleElement (line 115) | addTitleElement(elements: string[]) { method renderNodes (line 122) | renderNodes(nodes: VNode[]) { method resolveNode (line 130) | resolveNode(node: VNode): VNode | VNode[] { method render (line 147) | render() { FILE: packages/vue3/src/infiniteScroll.ts method setup (line 96) | setup(props, { slots, attrs, expose }) { FILE: packages/vue3/src/link.ts type InertiaLinkProps (line 18) | interface InertiaLinkProps extends LinkComponentBaseProps { type InertiaLink (line 23) | type InertiaLink = DefineComponent method setup (line 137) | setup(props, { slots, attrs }) { FILE: packages/vue3/src/remember.ts method created (line 6) | created() { FILE: packages/vue3/src/types.ts type VuePageHandlerArgs (line 5) | type VuePageHandlerArgs = Parameters>[0] type VueInertiaAppConfig (line 6) | type VueInertiaAppConfig = {} type Router (line 9) | interface Router { type ComponentCustomProperties (line 15) | interface ComponentCustomProperties { type ComponentCustomOptions (line 21) | interface ComponentCustomOptions { FILE: packages/vue3/src/useForm.ts function validateFormDataKeys (line 39) | function validateFormDataKeys(data: TForm): void { type InertiaFormProps (line 59) | interface InertiaFormProps { type PrecognitionValidationConfig (line 88) | type PrecognitionValidationConfig = ValidationConfig & { type InertiaFormValidationProps (line 92) | interface InertiaFormValidationProps { type InternalPrecognitionState (line 112) | interface InternalPrecognitionState { type InternalRememberState (line 117) | interface InternalRememberState { type InertiaForm (line 123) | type InertiaForm = TForm & InertiaFormProps type InertiaPrecognitiveForm (line 124) | type InertiaPrecognitiveForm = InertiaForm & type ReservedFormKeys (line 128) | type ReservedFormKeys = keyof InertiaFormProps type ValidateFormData (line 130) | type ValidateFormData = { function useForm (line 151) | function useForm>( FILE: packages/vue3/src/usePoll.ts function usePoll (line 4) | function usePoll( FILE: packages/vue3/src/usePrefetch.ts function usePrefetch (line 4) | function usePrefetch(options: VisitOptions = {}): { FILE: packages/vue3/src/useRemember.ts function useRemember (line 5) | function useRemember( FILE: packages/vue3/src/whenVisible.ts method data (line 31) | data() { method unmounted (line 38) | unmounted() { method keys (line 42) | keys(): string[] { method created (line 46) | created() { method registerObserver (line 67) | registerObserver() { method getReloadParams (line 112) | getReloadParams(): Partial { method render (line 122) | render() { FILE: packages/vue3/test-app/Pages/TypeScriptCreateInertiaApp.ts type InertiaConfig (line 7) | interface InertiaConfig { method setup (line 20) | setup({ el, App, props, plugin }) { FILE: packages/vue3/test-app/app.ts method setup (line 23) | setup({ el, App, props, plugin }) { FILE: packages/vue3/test-app/ssr.ts method setup (line 14) | setup({ App, props, plugin }) { FILE: packages/vue3/test-app/types.d.ts type Window (line 4) | interface Window { type ImportMeta (line 28) | interface ImportMeta { type MulterFile (line 33) | type MulterFile = Express.Multer.File FILE: playgrounds/react/app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 16) | protected function schedule(Schedule $schedule) method commands (line 26) | protected function commands() FILE: playgrounds/react/app/Exceptions/Handler.php class Handler (line 8) | class Handler extends ExceptionHandler method register (line 44) | public function register() FILE: playgrounds/react/app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: playgrounds/react/app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: playgrounds/react/app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: playgrounds/react/app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: playgrounds/react/app/Http/Middleware/HandleInertiaRequests.php class HandleInertiaRequests (line 8) | class HandleInertiaRequests extends Middleware method version (line 25) | public function version(Request $request): ?string method share (line 37) | public function share(Request $request): array FILE: playgrounds/react/app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 7) | class PreventRequestsDuringMaintenance extends Middleware FILE: playgrounds/react/app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 10) | class RedirectIfAuthenticated method handle (line 20) | public function handle(Request $request, Closure $next, ...$guards) FILE: playgrounds/react/app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: playgrounds/react/app/Http/Middleware/TrustHosts.php class TrustHosts (line 7) | class TrustHosts extends Middleware method hosts (line 14) | public function hosts() FILE: playgrounds/react/app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: playgrounds/react/app/Http/Middleware/ValidateSignature.php class ValidateSignature (line 7) | class ValidateSignature extends Middleware FILE: playgrounds/react/app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: playgrounds/react/app/Http/Requests/PrecognitionFormRequest.php class PrecognitionFormRequest (line 7) | class PrecognitionFormRequest extends FormRequest method authorize (line 12) | public function authorize(): bool method rules (line 22) | public function rules(): array FILE: playgrounds/react/app/Http/Resources/UserResource.php class UserResource (line 8) | class UserResource extends JsonResource method toArray (line 15) | public function toArray(Request $request): array FILE: playgrounds/react/app/Models/ChatMessage.php class ChatMessage (line 8) | class ChatMessage extends Model FILE: playgrounds/react/app/Models/User.php class User (line 11) | class User extends Authenticatable FILE: playgrounds/react/app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 24) | public function boot() FILE: playgrounds/react/app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 24) | public function boot() FILE: playgrounds/react/app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: playgrounds/react/app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() method shouldDiscoverEvents (line 38) | public function shouldDiscoverEvents() FILE: playgrounds/react/app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 11) | class RouteServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method configureRateLimiting (line 46) | protected function configureRateLimiting() FILE: playgrounds/react/database/factories/ChatMessageFactory.php class ChatMessageFactory (line 10) | class ChatMessageFactory extends Factory method definition (line 17) | public function definition(): array FILE: playgrounds/react/database/factories/UserFactory.php class UserFactory (line 11) | class UserFactory extends Factory method definition (line 18) | public function definition() method unverified (line 34) | public function unverified() FILE: playgrounds/react/database/migrations/2014_10_12_000000_create_users_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/react/database/migrations/2014_10_12_100000_create_password_resets_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: playgrounds/react/database/migrations/2019_08_19_000000_create_failed_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/react/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: playgrounds/react/database/migrations/2025_08_29_115526_create_chat_messages_table.php method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: playgrounds/react/database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 11) | class DatabaseSeeder extends Seeder method run (line 18) | public function run() FILE: playgrounds/react/resources/js/Components/Image.tsx function Image (line 3) | function Image({ id, url }: { id: number; url: string }) { FILE: playgrounds/react/resources/js/Components/Layout.tsx function Layout (line 3) | function Layout({ children, padding = true }: { children: React.ReactNod... FILE: playgrounds/react/resources/js/Components/Message.tsx type Message (line 3) | interface Message { function MessageComponent (line 9) | function MessageComponent({ message }: { message: Message }) { FILE: playgrounds/react/resources/js/Components/PaperAirplaneIcon.tsx function PaperAirplaneIcon (line 1) | function PaperAirplaneIcon({ className = 'size-6' }: { className?: strin... FILE: playgrounds/react/resources/js/Components/Spinner.tsx function Spinner (line 1) | function Spinner({ className = '' }: { className?: string }) { FILE: playgrounds/react/resources/js/Components/StreamingIndicator.tsx function StreamingIndicator (line 1) | function StreamingIndicator({ className = '' }: { className?: string }) { FILE: playgrounds/react/resources/js/Components/Textarea.tsx function autosize (line 3) | function autosize(element: HTMLTextAreaElement) { function Textarea (line 8) | function Textarea({ FILE: playgrounds/react/resources/js/Pages/Form.tsx function submit (line 11) | function submit(e) { FILE: playgrounds/react/resources/js/Pages/Once/Layout.tsx function Layout (line 4) | function Layout({ children }: { children: React.ReactNode }) { FILE: playgrounds/react/resources/js/app.tsx method setup (line 10) | setup({ el, App, props }) { FILE: playgrounds/react/resources/js/types/globals.d.ts type InertiaConfig (line 4) | interface InertiaConfig { FILE: playgrounds/react/tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: playgrounds/react/tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 15) | public function test_the_application_returns_a_successful_response() FILE: playgrounds/react/tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: playgrounds/react/tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 14) | public function test_that_true_is_true() FILE: playgrounds/svelte4/app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 15) | protected function schedule(Schedule $schedule) method commands (line 25) | protected function commands() FILE: playgrounds/svelte4/app/Exceptions/Handler.php class Handler (line 8) | class Handler extends ExceptionHandler method register (line 44) | public function register() FILE: playgrounds/svelte4/app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: playgrounds/svelte4/app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: playgrounds/svelte4/app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: playgrounds/svelte4/app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: playgrounds/svelte4/app/Http/Middleware/HandleInertiaRequests.php class HandleInertiaRequests (line 8) | class HandleInertiaRequests extends Middleware method version (line 23) | public function version(Request $request): ?string method share (line 33) | public function share(Request $request): array FILE: playgrounds/svelte4/app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 7) | class PreventRequestsDuringMaintenance extends Middleware FILE: playgrounds/svelte4/app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 10) | class RedirectIfAuthenticated method handle (line 19) | public function handle(Request $request, Closure $next, ...$guards) FILE: playgrounds/svelte4/app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: playgrounds/svelte4/app/Http/Middleware/TrustHosts.php class TrustHosts (line 7) | class TrustHosts extends Middleware method hosts (line 14) | public function hosts() FILE: playgrounds/svelte4/app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: playgrounds/svelte4/app/Http/Middleware/ValidateSignature.php class ValidateSignature (line 7) | class ValidateSignature extends Middleware FILE: playgrounds/svelte4/app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: playgrounds/svelte4/app/Http/Requests/PrecognitionFormRequest.php class PrecognitionFormRequest (line 7) | class PrecognitionFormRequest extends FormRequest method authorize (line 12) | public function authorize(): bool method rules (line 22) | public function rules(): array FILE: playgrounds/svelte4/app/Models/User.php class User (line 11) | class User extends Authenticatable FILE: playgrounds/svelte4/app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 24) | public function boot() FILE: playgrounds/svelte4/app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 24) | public function boot() FILE: playgrounds/svelte4/app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: playgrounds/svelte4/app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() method shouldDiscoverEvents (line 38) | public function shouldDiscoverEvents() FILE: playgrounds/svelte4/app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 11) | class RouteServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method configureRateLimiting (line 46) | protected function configureRateLimiting() FILE: playgrounds/svelte4/database/factories/UserFactory.php class UserFactory (line 11) | class UserFactory extends Factory method definition (line 18) | public function definition() method unverified (line 34) | public function unverified() FILE: playgrounds/svelte4/database/migrations/2014_10_12_000000_create_users_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/svelte4/database/migrations/2014_10_12_100000_create_password_resets_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: playgrounds/svelte4/database/migrations/2019_08_19_000000_create_failed_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/svelte4/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: playgrounds/svelte4/database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 8) | class DatabaseSeeder extends Seeder method run (line 15) | public function run() FILE: playgrounds/svelte4/resources/js/app.ts method setup (line 8) | setup({ el, App, props }) { FILE: playgrounds/svelte4/resources/js/ssr.ts method setup (line 11) | setup({ App, props }) { FILE: playgrounds/svelte4/resources/js/types/globals.d.ts type InertiaConfig (line 4) | interface InertiaConfig { FILE: playgrounds/svelte4/tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: playgrounds/svelte4/tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 15) | public function test_the_application_returns_a_successful_response() FILE: playgrounds/svelte4/tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: playgrounds/svelte4/tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 14) | public function test_that_true_is_true() FILE: playgrounds/svelte5/app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 15) | protected function schedule(Schedule $schedule) method commands (line 25) | protected function commands() FILE: playgrounds/svelte5/app/Exceptions/Handler.php class Handler (line 8) | class Handler extends ExceptionHandler method register (line 44) | public function register() FILE: playgrounds/svelte5/app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: playgrounds/svelte5/app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: playgrounds/svelte5/app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: playgrounds/svelte5/app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: playgrounds/svelte5/app/Http/Middleware/HandleInertiaRequests.php class HandleInertiaRequests (line 8) | class HandleInertiaRequests extends Middleware method version (line 23) | public function version(Request $request): ?string method share (line 33) | public function share(Request $request): array FILE: playgrounds/svelte5/app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 7) | class PreventRequestsDuringMaintenance extends Middleware FILE: playgrounds/svelte5/app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 10) | class RedirectIfAuthenticated method handle (line 19) | public function handle(Request $request, Closure $next, ...$guards) FILE: playgrounds/svelte5/app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: playgrounds/svelte5/app/Http/Middleware/TrustHosts.php class TrustHosts (line 7) | class TrustHosts extends Middleware method hosts (line 14) | public function hosts() FILE: playgrounds/svelte5/app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: playgrounds/svelte5/app/Http/Middleware/ValidateSignature.php class ValidateSignature (line 7) | class ValidateSignature extends Middleware FILE: playgrounds/svelte5/app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: playgrounds/svelte5/app/Http/Requests/PrecognitionFormRequest.php class PrecognitionFormRequest (line 7) | class PrecognitionFormRequest extends FormRequest method authorize (line 12) | public function authorize(): bool method rules (line 22) | public function rules(): array FILE: playgrounds/svelte5/app/Models/User.php class User (line 11) | class User extends Authenticatable FILE: playgrounds/svelte5/app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 24) | public function boot() FILE: playgrounds/svelte5/app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 24) | public function boot() FILE: playgrounds/svelte5/app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: playgrounds/svelte5/app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() method shouldDiscoverEvents (line 38) | public function shouldDiscoverEvents() FILE: playgrounds/svelte5/app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 11) | class RouteServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method configureRateLimiting (line 46) | protected function configureRateLimiting() FILE: playgrounds/svelte5/database/factories/UserFactory.php class UserFactory (line 11) | class UserFactory extends Factory method definition (line 18) | public function definition() method unverified (line 34) | public function unverified() FILE: playgrounds/svelte5/database/migrations/2014_10_12_000000_create_users_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/svelte5/database/migrations/2014_10_12_100000_create_password_resets_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: playgrounds/svelte5/database/migrations/2019_08_19_000000_create_failed_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/svelte5/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: playgrounds/svelte5/database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 8) | class DatabaseSeeder extends Seeder method run (line 15) | public function run() FILE: playgrounds/svelte5/resources/js/app.ts method setup (line 9) | setup({ el, App, props }) { FILE: playgrounds/svelte5/resources/js/ssr.ts method setup (line 12) | setup({ App, props }) { FILE: playgrounds/svelte5/resources/js/types/globals.d.ts type InertiaConfig (line 4) | interface InertiaConfig { FILE: playgrounds/svelte5/tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: playgrounds/svelte5/tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 15) | public function test_the_application_returns_a_successful_response() FILE: playgrounds/svelte5/tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: playgrounds/svelte5/tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 14) | public function test_that_true_is_true() FILE: playgrounds/vue3/app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 15) | protected function schedule(Schedule $schedule) method commands (line 25) | protected function commands() FILE: playgrounds/vue3/app/Exceptions/Handler.php class Handler (line 8) | class Handler extends ExceptionHandler method register (line 44) | public function register() FILE: playgrounds/vue3/app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: playgrounds/vue3/app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: playgrounds/vue3/app/Http/Middleware/Authenticate.php class Authenticate (line 7) | class Authenticate extends Middleware method redirectTo (line 15) | protected function redirectTo($request) FILE: playgrounds/vue3/app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends Middleware FILE: playgrounds/vue3/app/Http/Middleware/HandleInertiaRequests.php class HandleInertiaRequests (line 8) | class HandleInertiaRequests extends Middleware method version (line 24) | public function version(Request $request): ?string method share (line 34) | public function share(Request $request): array FILE: playgrounds/vue3/app/Http/Middleware/PreventRequestsDuringMaintenance.php class PreventRequestsDuringMaintenance (line 7) | class PreventRequestsDuringMaintenance extends Middleware FILE: playgrounds/vue3/app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 10) | class RedirectIfAuthenticated method handle (line 19) | public function handle(Request $request, Closure $next, ...$guards) FILE: playgrounds/vue3/app/Http/Middleware/TrimStrings.php class TrimStrings (line 7) | class TrimStrings extends Middleware FILE: playgrounds/vue3/app/Http/Middleware/TrustHosts.php class TrustHosts (line 7) | class TrustHosts extends Middleware method hosts (line 14) | public function hosts() FILE: playgrounds/vue3/app/Http/Middleware/TrustProxies.php class TrustProxies (line 8) | class TrustProxies extends Middleware FILE: playgrounds/vue3/app/Http/Middleware/ValidateSignature.php class ValidateSignature (line 7) | class ValidateSignature extends Middleware FILE: playgrounds/vue3/app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends Middleware FILE: playgrounds/vue3/app/Http/Requests/PrecognitionFormRequest.php class PrecognitionFormRequest (line 7) | class PrecognitionFormRequest extends FormRequest method authorize (line 12) | public function authorize(): bool method rules (line 22) | public function rules(): array FILE: playgrounds/vue3/app/Http/Resources/UserResource.php class UserResource (line 8) | class UserResource extends JsonResource method toArray (line 15) | public function toArray(Request $request): array FILE: playgrounds/vue3/app/Models/ChatMessage.php class ChatMessage (line 8) | class ChatMessage extends Model FILE: playgrounds/vue3/app/Models/User.php class User (line 11) | class User extends Authenticatable FILE: playgrounds/vue3/app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 24) | public function boot() FILE: playgrounds/vue3/app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 24) | public function boot() FILE: playgrounds/vue3/app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: playgrounds/vue3/app/Providers/EventServiceProvider.php class EventServiceProvider (line 10) | class EventServiceProvider extends ServiceProvider method boot (line 28) | public function boot() method shouldDiscoverEvents (line 38) | public function shouldDiscoverEvents() FILE: playgrounds/vue3/app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 11) | class RouteServiceProvider extends ServiceProvider method boot (line 27) | public function boot() method configureRateLimiting (line 46) | protected function configureRateLimiting() FILE: playgrounds/vue3/database/factories/ChatMessageFactory.php class ChatMessageFactory (line 10) | class ChatMessageFactory extends Factory method definition (line 17) | public function definition(): array FILE: playgrounds/vue3/database/factories/UserFactory.php class UserFactory (line 11) | class UserFactory extends Factory method definition (line 18) | public function definition() method unverified (line 34) | public function unverified() FILE: playgrounds/vue3/database/migrations/2014_10_12_000000_create_users_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/vue3/database/migrations/2014_10_12_100000_create_password_resets_table.php method up (line 14) | public function up() method down (line 28) | public function down() FILE: playgrounds/vue3/database/migrations/2019_08_19_000000_create_failed_jobs_table.php method up (line 14) | public function up() method down (line 32) | public function down() FILE: playgrounds/vue3/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php method up (line 14) | public function up() method down (line 33) | public function down() FILE: playgrounds/vue3/database/migrations/2025_08_29_115526_create_chat_messages_table.php method up (line 12) | public function up(): void method down (line 25) | public function down(): void FILE: playgrounds/vue3/database/seeders/DatabaseSeeder.php class DatabaseSeeder (line 11) | class DatabaseSeeder extends Seeder method run (line 18) | public function run() FILE: playgrounds/vue3/resources/js/app.ts method setup (line 11) | setup({ el, App, props, plugin }) { FILE: playgrounds/vue3/resources/js/ssr.ts method setup (line 15) | setup({ App, props, plugin }) { FILE: playgrounds/vue3/resources/js/types/globals.d.ts type InertiaConfig (line 4) | interface InertiaConfig { FILE: playgrounds/vue3/tests/CreatesApplication.php type CreatesApplication (line 7) | trait CreatesApplication method createApplication (line 14) | public function createApplication() FILE: playgrounds/vue3/tests/Feature/ExampleTest.php class ExampleTest (line 8) | class ExampleTest extends TestCase method test_the_application_returns_a_successful_response (line 15) | public function test_the_application_returns_a_successful_response() FILE: playgrounds/vue3/tests/TestCase.php class TestCase (line 7) | abstract class TestCase extends BaseTestCase FILE: playgrounds/vue3/tests/Unit/ExampleTest.php class ExampleTest (line 7) | class ExampleTest extends TestCase method test_that_true_is_true (line 14) | public function test_that_true_is_true() FILE: tests/app/eloquent.js function makeUser (line 1) | function makeUser(id) { function getUserNames (line 8) | function getUserNames() { function getUsers (line 104) | function getUsers(page = 1, perPage = 15, total = 40, orderByDesc = fals... function paginateUsers (line 134) | function paginateUsers(page = 1, perPage = 15, total = 40, orderByDesc =... FILE: tests/app/server-status.js function showServerStatus (line 5) | function showServerStatus(packageName, port) { FILE: tests/app/server.js function renderInfiniteScroll (line 1774) | function renderInfiniteScroll(req, res, component, total = 40, orderByDe... function renderInfiniteScrollWithTag (line 1966) | function renderInfiniteScrollWithTag(req, res, component, total = 40, or... FILE: tests/app/ssr.js constant SSR_PORT (line 3) | const SSR_PORT = 13714 method render (line 6) | render(pageData) { FILE: tests/core/config.test.ts type TestConfig (line 4) | type TestConfig = { function createConfig (line 20) | function createConfig(): Config { type BaseConfig (line 97) | type BaseConfig = { type ExtendedConfig (line 101) | type ExtendedConfig = { FILE: tests/core/formObject.test.ts function makeFormData (line 4) | function makeFormData(entries: [string, string | Blob][] = []): FormData { FILE: tests/head.spec.ts function getInertiaHeadHTML (line 3) | async function getInertiaHeadHTML(page: Page) { FILE: tests/infinite-scroll.spec.ts function infiniteScrollRequests (line 4) | function infiniteScrollRequests() { function scrollToTop (line 14) | async function scrollToTop(page: Page) { function scrollToBottom (line 19) | async function scrollToBottom(page: Page) { function smoothScrollTo (line 28) | async function smoothScrollTo(page: any, targetY: number) { function scrollElementSmoothTo (line 41) | async function scrollElementSmoothTo(element: Locator, targetY: number) { function scrollElementToBottom (line 53) | async function scrollElementToBottom(element: Locator) { function getUserIdsFromDOM (line 59) | async function getUserIdsFromDOM(page: Page) { function expectQueryString (line 72) | async function expectQueryString(page: Page, expectedPage: string) { function getUserCardPosition (line 88) | async function getUserCardPosition(page: Page, id: string) { function getUserCardPositionInContainer (line 110) | async function getUserCardPositionInContainer(page: Page, container: Loc... FILE: tests/ssr.spec.ts constant SSR_SERVER_PORT (line 4) | const SSR_SERVER_PORT = 13714 FILE: tests/support.ts method watch (line 17) | watch(page: Page, maxLoads = 1) { method listen (line 39) | listen(page: Page) { method _replaceListener (line 54) | _replaceListener(page: Page, event: string, handler: (...args: any[]) =>... method listen (line 65) | listen(page: Page) { method listenForFinished (line 70) | listenForFinished(page: Page) { method listenForFailed (line 75) | listenForFailed(page: Page) { method listenForResponses (line 80) | listenForResponses(page: Page) {