File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
appshell-absolute-path/__expected
appshell-basic/__expected
basic-wIth-sw-out/__expected
basic-with-sw-custom-entry/__expected
cachemaps-basic/__expected
loaders-externals/__expected
sw-minify-false/__expected
sw-minify-true/__expected Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -708,7 +708,7 @@ function cachesMatch(request, cacheName) {
708708 return caches . match ( request , {
709709 cacheName : cacheName
710710 } ) . then ( function ( response ) {
711- if ( isNotRedirectedResponse ( ) ) {
711+ if ( isNotRedirectedResponse ( response ) ) {
712712 return response ;
713713 }
714714
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ function cachesMatch(request, cacheName) {
733733 return caches . match ( request , {
734734 cacheName : cacheName
735735 } ) . then ( response => {
736- if ( isNotRedirectedResponse ( ) ) {
736+ if ( isNotRedirectedResponse ( response ) ) {
737737 return response ;
738738 }
739739
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ var __wpo = {
1616 } ,
1717 "strategy" : "changed" ,
1818 "responseStrategy" : "cache-first" ,
19- "version" : "2017-12-12 01:59:51 " ,
19+ "version" : "2018-4-26 08:11:50 " ,
2020 "name" : "webpack-offline" ,
21- "pluginVersion" : "4.8.5 " ,
21+ "pluginVersion" : "4.9.0 " ,
2222 "relativePaths" : false
2323} ;
2424
@@ -820,7 +820,7 @@ var __wpo = {
820820 return caches . match ( request , {
821821 cacheName : cacheName
822822 } ) . then ( function ( response ) {
823- if ( isNotRedirectedResponse ( ) ) {
823+ if ( isNotRedirectedResponse ( response ) ) {
824824 return response ;
825825 }
826826
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ var __wpo = {
1616 } ,
1717 "strategy" : "changed" ,
1818 "responseStrategy" : "network-first" ,
19- "version" : "2017-12-12 01:59:53 " ,
19+ "version" : "2018-4-26 08:11:52 " ,
2020 "name" : "webpack-offline" ,
21- "pluginVersion" : "4.8.5 " ,
21+ "pluginVersion" : "4.9.0 " ,
2222 "relativePaths" : false
2323} ;
2424
@@ -820,7 +820,7 @@ var __wpo = {
820820 return caches . match ( request , {
821821 cacheName : cacheName
822822 } ) . then ( function ( response ) {
823- if ( isNotRedirectedResponse ( ) ) {
823+ if ( isNotRedirectedResponse ( response ) ) {
824824 return response ;
825825 }
826826
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ var __wpo = {
815815 return caches . match ( request , {
816816 cacheName : cacheName
817817 } ) . then ( function ( response ) {
818- if ( isNotRedirectedResponse ( ) ) {
818+ if ( isNotRedirectedResponse ( response ) ) {
819819 return response ;
820820 }
821821
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ var __wpo = {
815815 return caches . match ( request , {
816816 cacheName : cacheName
817817 } ) . then ( function ( response ) {
818- if ( isNotRedirectedResponse ( ) ) {
818+ if ( isNotRedirectedResponse ( response ) ) {
819819 return response ;
820820 }
821821
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ var __wpo = {
815815 return caches . match ( request , {
816816 cacheName : cacheName
817817 } ) . then ( function ( response ) {
818- if ( isNotRedirectedResponse ( ) ) {
818+ if ( isNotRedirectedResponse ( response ) ) {
819819 return response ;
820820 }
821821
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ var __wpo = {
815815 return caches . match ( request , {
816816 cacheName : cacheName
817817 } ) . then ( function ( response ) {
818- if ( isNotRedirectedResponse ( ) ) {
818+ if ( isNotRedirectedResponse ( response ) ) {
819819 return response ;
820820 }
821821
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ var __wpo = {
811811 return caches . match ( request , {
812812 cacheName : cacheName
813813 } ) . then ( function ( response ) {
814- if ( isNotRedirectedResponse ( ) ) {
814+ if ( isNotRedirectedResponse ( response ) ) {
815815 return response ;
816816 }
817817
Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ var __wpo = {
822822 return caches . match ( request , {
823823 cacheName : cacheName
824824 } ) . then ( function ( response ) {
825- if ( isNotRedirectedResponse ( ) ) {
825+ if ( isNotRedirectedResponse ( response ) ) {
826826 return response ;
827827 }
828828
You can’t perform that action at this time.
0 commit comments