wildskyf / TextareaCache

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

Extension malfunctions with MS edge #119

Closed ecstrema closed 2 months ago

ecstrema commented 1 year ago

/ Thanks for your report! Please provide these info when you found bugs. /

Required:

Are there any plans to support MS edge? I've always used chrome, but since I switched to edge, this really has been missing. At first, it seems like it works, but several things don't work. For example: the list tab is blank: image

And I can't find old saved snapshots, making this extension virtually useless. The console shows this error:

image

Please don't hesitate if you need more details!

Thanks for the great extension

GHolk commented 2 months ago

If this still happened, can you paste the following code into that console and show me the result?

runtime.sendMessage({behavior: 'load'}).then(res => console.log(JSON.stringify(res, null, ' '))

ecstrema commented 2 months ago

Hey! It seems to be fixed! Thanks! The new version looks better too!