How to access the referer using isomorphic fetch library? An example would help!

Author: meridian12034Created Jun 19, 2022Updated Jun 19, 2022

I am trying to access the referer in a universal application and since referer is a Dom property I cannot access it in both SSR and CSR so I am using this but am unable to figure out on how to access the referer

Source: matthew-andrews/isomorphic-fetch