wildskyf / TextareaCache

Browser Add-on: Automatically save the content in Textarea.
MIT License
66 stars 7 forks source link

Error on initialization in ta_bg.js (line 169) #118

Closed Gitoffthelawn closed 1 month ago

Gitoffthelawn commented 1 year ago

Description: When Firefox (v109.0.1) is launched, the following error is presented in Firefox's Multiprocess Browser Console due to the Textarea Cache extension:

 Error: Please use $(ref:runtime.getURL). ta_bg.js:169
    setupCacheList moz-extension://[UUID]/ta_bg.js:169

Please note this is listed as an error (not a warning). If I understand the error correctly, a small change to a single line of code should fix it.