- Preparing search index...
 
- The search index is not available
 
Stacks.js 
 
Function fetchProfileFromUrl
 
- fetchProfileFromUrl(profileUrl: string, fetchFn?: FetchFn): Promise<null | Profile>
 
- 
Parameters
- 
profileUrl: string
 
- 
fetchFn: FetchFn = ...
 
 
Returns Promise<null | Profile>