Skip to main content

IsomorphicFetchEventData

Overview

Additional data associated with the IsomorphicFetchEvent.

Usage

import { IsomorphicFetchEventData } from 'keywork/middleware/classes'

Hierarchy

  • Record<string, unknown>

    IsomorphicFetchEventData

Properties

session

optional session: [`KeyworkSession`](KeyworkSession.mdx)

The original URL associated with the IsomorphicFetchEvent.

Defined in

middleware/classes/SessionMiddleware.ts:159