Copy link to clipboard
Copied
Hello everybody. Working over Dreamweaver cs6, over javascript code for service worker, shows an error over this line:
let deferredPrompt = null;
but code not the issue.
Dreamweaver CS6 was written about 8 years ago, way before ECMAScript 6. It is therefore best to ignore the message.
Copy link to clipboard
Copied
Hello everybody. Working over Dreamweaver cs6, over javascript code for service worker, shows an error over this line:
let deferredPrompt = null;
but code not the issue.
Dreamweaver CS6 was written about 8 years ago, way before ECMAScript 6. It is therefore best to ignore the message.
Copy link to clipboard
Copied
Dreamweaver CS6 was written about 8 years ago, way before ECMAScript 6. It is therefore best to ignore the message.
Copy link to clipboard
Copied
Legacy CS6 is beyond support and no longer updated. Switch to a modern code editor (Brackets, Sublime, VS Code, DW CC 2020, etc...).
Copy link to clipboard
Copied
Excellent Nancy, Ben. I would update my coding framework.