Hook to inspect/modify the manifest HTTP request before each fetch (initial and every poll). May be async; on throw the SDK emits DA-MANIFEST-REQUEST-INTERCEPT-FAILED and fetches the original URL.
DA-MANIFEST-REQUEST-INTERCEPT-FAILED
interceptManifestRequest: (request) => ({ ...request, headers: { ...request.headers, 'X-Debug': '1' },}) Copy
interceptManifestRequest: (request) => ({ ...request, headers: { ...request.headers, 'X-Debug': '1' },})
Hook to inspect/modify the manifest HTTP request before each fetch (initial and every poll). May be async; on throw the SDK emits
DA-MANIFEST-REQUEST-INTERCEPT-FAILEDand fetches the original URL.