Skip to content

Commit

Permalink
Add debug interface to WorkboxPlugins
Browse files Browse the repository at this point in the history
A new interface, HasDebugInterface, has been implemented in various WorkboxPlugins allowing for improved debugging capabilities. Additionally, a new Twig InstanceOfExtension has been added to distinguish plugins implementing the aforementioned interface and permitting pretty-printed json display in the debug view.
  • Loading branch information
Spomky committed Apr 7, 2024
1 parent 7a6d144 commit 5dc1306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Collector/serviceworker-tab.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<span class="badge">{{ cachingStrategy.matchCallback }}</span><br>
{{ cachingStrategy.getMethod() ?? "GET" }}
</td>
<td class="break-long-words">
<td class="break-long-words font-normal">
{% if cachingStrategy.plugins|length == 0 %}
None
{% else %}
Expand Down

0 comments on commit 5dc1306

Please sign in to comment.