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
inside the body of makeRequest in the AmpDocumentNetworkFirst class there is a check for request where it could be nullable but we return request anyways as the base case and don't state it in the method signature return type.
question really is, does calling makeRequest return something that is nullable from the NetworkFirst implementation in workbox?
The text was updated successfully, but these errors were encountered:
inside the body of
makeRequest
in theAmpDocumentNetworkFirst
class there is a check forrequest
where it could be nullable but we returnrequest
anyways as the base case and don't state it in the method signature return type.question really is, does calling
makeRequest
return something that is nullable from theNetworkFirst
implementation in workbox?The text was updated successfully, but these errors were encountered: