kopia lustrzana https://gitlab.com/rysiekpl/libresilient
testing the tests continues
rodzic
a9c4b5eac8
commit
a46e307c5f
|
@ -1,7 +1,11 @@
|
||||||
var self = self || {}
|
var self = self || {};
|
||||||
|
|
||||||
if (!Array.isArray(self.LibResilientPlugins)) {
|
self.LibResilientPlugins = new Array()
|
||||||
self.LibResilientPlugins = new Array()
|
|
||||||
|
self.LibResilientConfig = {
|
||||||
|
plugins: {
|
||||||
|
'fetch':{}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const fetchPlugin = require("../../plugins/fetch.js");
|
const fetchPlugin = require("../../plugins/fetch.js");
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|* === Regular HTTP(S) fetch() plugin === *|
|
|* === Regular HTTP(S) fetch() plugin === *|
|
||||||
\* ========================================================================= */
|
\* ========================================================================= */
|
||||||
|
|
||||||
var self = self || {}
|
var self = self || {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this plugin does not implement any push method
|
* this plugin does not implement any push method
|
||||||
|
|
Ładowanie…
Reference in New Issue