All of salt cleared. Ready to test tomorrow
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
importScripts("./safari-notifications.js");
|
importScripts("./safari-notifications.js", "./nacl.js");
|
||||||
|
//importScripts("./nacl.js")
|
||||||
|
|
||||||
|
|
||||||
self.addEventListener("push", function (event) {
|
self.addEventListener("push", function (event) {
|
||||||
|
|||||||
1666
sw_scripts/nacl.js
1666
sw_scripts/nacl.js
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,4 @@
|
|||||||
|
|
||||||
importScripts("nacl.js")
|
|
||||||
|
|
||||||
function validateBase64(s) {
|
function validateBase64(s) {
|
||||||
if (!(/^(?:[A-Za-z0-9+\/]{2}[A-Za-z0-9+\/]{2})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$/.test(s))) {
|
if (!(/^(?:[A-Za-z0-9+\/]{2}[A-Za-z0-9+\/]{2})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$/.test(s))) {
|
||||||
throw new TypeError('invalid encoding');
|
throw new TypeError('invalid encoding');
|
||||||
|
|||||||
Reference in New Issue
Block a user