How to clear localStorage after uninstall the safari extension? - safari-extension

I am developing safari extension facing issues when uninstall the extension not able to clear localStorage someone help me please

Related

Pdf is not previewable in Electron-Vue Desktop Application

I have used electron-vue to create desktop application. I was trying to preview a pdf in my application. I have tried JsPdf, vue-pdf, iframe etc. But nothing has worked.
I am using Vue 2.5.16 version.
I can download the pdf using jspdf but can't preview it. While importing vue-pdf I got unrecognized token error.
Anyone knows any alternative solution?
Any kind of help is highly appreciable.
electron-vue is very outdated.
it uses electron 2.0.4, now we have electron 9.1.0.
you can read it in the dependencys here.
And from a personal project i know that the pdf bug has fixed in 9.0.
Here you find the Github Issue
So at least try to update the dependencys

IE11 - failed to open http://localhost:8080

I am trying to access my VueJS application running on my node server on IE11 by accessing the URL http://localhost:8080. However I cant access the same as only a blank screen appears. I have babel polyfill installed and imported in my main file and have babel presets already setup in babelrc file.
My app is currently running and is accessible on Chrome but not on IE11.
I don't get a single error message in console and have no clue what could be going wrong. Has anyone ever faced this?
You need to use polyfills. IE11 does not support ES2015, it needs to be transiled by babel. There seem to be various ways of doing this.
Please check this guide: jacklyons.me/how-to-fix-vuejs-not-working-in-ie11
or here: cli.vuejs.org/guide/browser-compatibility.html

React Native Remote Debugger shows cached bundles in Chrome

When I'm trying to use Remote JS Debugging in Google Chrome shows Cached Bundles. See the image below.
Remote Debugger UI Screenshot:
On my emulator its not connecting to remote debugger.
Android Emulator Screenshot
Is there anyone who encountered this problem?
I'm using React Native Version 0.47.
Thanks in advance.
If you use Chrome, clear cache from browser and reload app from react native. This fix my issue :)
Get rid of that final forward slash and it should kick you to the normal debug window. I'm running 64.0.3282.186 version of Chrome and this works for me. However, I know someone who says they get force redirected to the address with the forward slash, so I hope you're not in that boat.
To fix the error, you need to clear your cache in chrome and it will work again.
Close the packager and install the app again. This worked for me.

ReferenceError: safari is not defined

Whenever I click on a textarea the following message pops up:
What could possibly trigger this?
Thanks!
Note: I'm using JQM 1.4.5 and the textarea is normal, nothing was configured.
I was having the same issue on one of my projects, with the same traceback as yours. It was strange, as there was no bundle.js in my project, or even being loaded. I found it was an issue with one of my extensions, so disabling extensions and clearing cache should fix your issue.
Are you using chrome browser?
If so, sign out of your chrome browser. That should fix it.
It might be that you have some installed chrome extensions whose javascript codes are conflicting with your project

Use Google Chromium in osx

I have to display my Webpage in a Mac App.
In de .NET version using chromium is really simple.
So i downloaded the chromium kit and the sample Apps are working, but i am not able to import and use the chromium in my project.
Can anyone help me?