+
-
-
+
+ };
+
+ params.onchange = function () {
+ localStorage.setItem('params', params.value);
+ };
+
+ data.onchange = function () {
+ localStorage.setItem('data', data.value);
+ };
+
+ headers.onchange = function () {
+ localStorage.setItem('headers', headers.value);
+ };
+
+ syncWithLocalStorage();
+ syncParamsAndData();
+ })();
+
-
\ No newline at end of file
+