InterceptorWorker: { callWorkerInterceptedMethod: any; createInterceptorContext: any; loadInterceptorWorkerCode: any }

Type declaration

  • callWorkerInterceptedMethod:function
    • Parameters

      • methodName: string
      • action: null | Function
      • args: any

      Returns Promise<any>

  • createInterceptorContext:function
    • Parameters

      • appContext: AppContextValue

      Returns Promise<any>

  • loadInterceptorWorkerCode:function
    • Parameters

      • interceptorCode: string

      Returns Promise<any>

Generated using TypeDoc