Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote url is getting cached #369

Open
dotdotdev opened this issue Feb 11, 2022 · 0 comments
Open

Remote url is getting cached #369

dotdotdev opened this issue Feb 11, 2022 · 0 comments

Comments

@dotdotdev
Copy link

Description

The menubar is not updating the changes from the remote url. I have a remote website shown in the menubar but looks like it is getting cached. What should i change to prevent url caching?

Steps to Reproduce the Problem

  1. .Use the below attached code.
const mb = menubar({tray,icon: iconPath2 ,index:'https://example.com',preloadWindow:true,showDockIcon:false,showOnAllWorkspaces:false,
 browserWindow: {
            transparent: true,
            width: 320,
            height: 400,
            backgroundColor: "#00000000"
        }});

Expected Behaviour

The content should change as per the new data from the url

Actual Behaviour

The content is not changing and keeping it the same what was before. It only refreshes once i relaunch the app.

Specifications

  • Menubar version: 9.1.1
  • Platform: MacOS 11.5.2
  • Electron version: 17.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant