additional message in basic-integrity plugin

merge-requests/11/head
Michał 'rysiek' Woźniak 2022-01-23 19:54:49 +00:00
rodzic d426dea050
commit 8ded9dff46
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,6 @@
/** /**
* this plugin does not implement any push method * this plugin does not implement any push method
*/ */
// no polluting of the global namespace please // no polluting of the global namespace please
(function(LRPC){ (function(LRPC){
// this never changes // this never changes
@ -45,6 +44,7 @@
* getting content using the wrapped plugin, but providing integrity data * getting content using the wrapped plugin, but providing integrity data
*/ */
let fetchContent = (url, init={}) => { let fetchContent = (url, init={}) => {
LR.log(pluginName, `handling: ${url}`)
// integrity data // integrity data
// a string, where we will combine integrity data from init // a string, where we will combine integrity data from init