Commit 00384feb authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] setup globals in bootloader service worker

parent 4500f50c
......@@ -5,7 +5,8 @@ var global = self, window = self;
(function (self, fetch, Request, Response) {
"use strict";
self.DOMParser = {};
self.DOMParser = Object;
self.XMLSerializer = Object;
self.sessionStorage = {};
self.localStorage = {};
self.openDatabase = {};
......
......@@ -227,7 +227,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>963.22427.36654.49664</string> </value>
<value> <string>967.44872.28879.39150</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -245,7 +245,7 @@
</tuple>
<state>
<tuple>
<float>1510324734.38</float>
<float>1526895893.12</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment