You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call: const response = await agent.com.atproto.repo.applyWrites({ repo: currentUserDid.value, writes: writes }); headers = response.headers;
The header content I get is: { "cache-control": "private", "content-length": "168", "content-type": "application/json; charset=utf-8", "dpop-nonce": "xxxxxxxxxx" }
ut actually I want to get the HTTP response headers. How should I do this?