referrerPolicy property

ReferrerPolicy get referrerPolicy

Returns the referrer policy associated with request. This is used during fetching to compute the value of the request's referrer.

MDN Reference

Implementation

_i3.ReferrerPolicy get referrerPolicy =>
    _i3.ReferrerPolicyOptions.values.byName(_i4.getProperty(
      this,
      'referrerPolicy',
    ));