How to set a expression to Service Worker Cache Regular Expression
Posted: Thu Apr 08, 2021 12:02 pm
Hi,
Please let me know how to set a expression of Service Worker Cache Regular Expression added from V15+(EPC150030).
I tried to cache all png files exist in the same directory as the service worker by set the following expression.
But, the service worker does not load a png file.
'[a-zA-Z0-9]+\.png'

Is this expression incorrect?
Regards,
Taku Izumi
Please let me know how to set a expression of Service Worker Cache Regular Expression added from V15+(EPC150030).
I tried to cache all png files exist in the same directory as the service worker by set the following expression.
But, the service worker does not load a png file.
'[a-zA-Z0-9]+\.png'

Is this expression incorrect?
Regards,
Taku Izumi