26,681 questions
-5
votes
0
answers
25
views
Serach for particular word in web search results by command line [closed]
I want to find out a particular word in web search results page.Just like ctrl+f from keyboard. interested in a linux command to do this. I have used https://www.google.com/search?q=KEYWORD&start=...
1
vote
1
answer
163
views
Why I'm being logged out of my website after closing the browser?
Can someone help me? I don't know why I'm being logged out of my website after closing the browser. It logs me out after about 40 minutes. If I keep the browser open, the session stays active.
I set ...
0
votes
1
answer
62
views
Java Desktop#browse fails for specific URI
In my Java desktop application I try to launch an URI in the current default browser like this:
Desktop.getDesktop().browse(URI(uri))
Normally this works without problems but for the uri string "...
0
votes
1
answer
85
views
Why does Wikipedia claim UTF-16 is obsolete when Javascript uses it?
The Wikipedia page for UTF-16 claims that it is obsolete, saying:
UTF-16 is the only encoding (still) allowed on the web that is incompatible with 8-bit ASCII. However it has never gained popularity ...
0
votes
1
answer
59
views
chrome browser beforeunload api unwished action issue
I have a question about the browser beforeunload API.
I wanted to implement a feature that displays a warning window when performing actions such as refreshing, going back, closing a tab, or moving to ...
-1
votes
1
answer
52
views
How to show custom alert on before unload event in react [closed]
I want to show dialog box with custom message on unload. The behavior from e.preventDefault() sometimes misleading even if there is no change on the application with just some click in the application ...
0
votes
0
answers
58
views
Is there a way to make the image be the height of neighboring text?
I have an image on the left, which is always square, and some text on the right (it can be one <p> or multiple, it depends).
The text should be rendered normally and the image on the left should ...
0
votes
0
answers
31
views
Chrome Omnibox suggestions not showing when async response is delayed
I'm implementing a Chrome extension using chrome.omnibox.onInputChanged.addListener with debounce and abort control. When the async operation (getKeywordSuggestions()) takes too long (5-10 seconds) ...
1
vote
1
answer
66
views
Manually highlight an inactive browser tab with JavaScript [closed]
If in an inactive (meaning unfocused) tab for example an alert is triggered, this tab is highlighted with a little small bubble underneath the favicon. How can trigger this “bubble” directly using ...
0
votes
1
answer
54
views
How to call an API on before unload event in react
How to call an API on before unload event in react, I have tried fetch with Keepalive true & sendbecon(doesn't support authorization headers in headers)
Also, I want to show dialog box with custom ...
0
votes
0
answers
25
views
Otel Context Propagation for Auto-Instrumentation in a Multi-Stage Bootstrap Environment
I'm working with a large single-page application that has a complex, multi-stage bootstrap process. I'm facing a challenge getting the standard auto-instrumentations (like instrumentation-fetch) to ...
0
votes
2
answers
69
views
Border line *under* an element with background fill is still slightly visible
Setup
I have the following HTML and CSS (the most important thing to notice here is the style for #selected-tab):
<body>
<header>
<nav>
<span id="selected-tab&...
0
votes
1
answer
34
views
PMTiles Request from MapLibreMap aborted by Firefox
We are using a remote pm tiles service to display a background map in our application. We switched to a new remote service as the old one will be disbanded.
In Chrome/Edge/Brave/Opera everything is ...
0
votes
0
answers
16
views
Pickup webrtc call using headset button
I've a web application using WebRTC capabilities to handle phone calls.
My customers would like be able to pickup calls using headset button like they use to do with a desktop application.
I didn't ...
-2
votes
1
answer
50
views
Cookie received from backend but not saved or sent on subsequent requests in localhost (Express + Vite + CORS setup)
I'm working on a full-stack web app with the following setup:
Frontend: React, Vite dev server running at http://localhost:5173
Backend: Express server running at http://localhost:3000
Here's the ...