All of salt cleared. Ready to test tomorrow

This commit is contained in:
Matthew Raymer
2023-11-12 06:14:26 -05:00
parent 7ab3cb2d1f
commit 9216be523a
3 changed files with 836 additions and 835 deletions

View File

@@ -1,4 +1,5 @@
importScripts("./safari-notifications.js");
importScripts("./safari-notifications.js", "./nacl.js");
//importScripts("./nacl.js")
self.addEventListener("push", function (event) {

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,4 @@
importScripts("nacl.js")
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))) {
throw new TypeError('invalid encoding');