Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
-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=...
Anirban 's user avatar
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 ...
FukurouPL's user avatar
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 "...
mipa's user avatar
  • 10.7k
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 ...
Isaac King's user avatar
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 ...
illion's user avatar
  • 1
-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 ...
user9150771's user avatar
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 ...
Stefan Garlonta's user avatar
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) ...
user26406990's user avatar
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 ...
striderhobbit's user avatar
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 ...
user9150771's user avatar
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 ...
gritaman's user avatar
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&...
Sujal Singh's user avatar
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 ...
Candlejack's user avatar
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 ...
Pichou Bichou's user avatar
-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 ...
Hamzah Alkhateeb's user avatar

15 30 50 per page
1
2 3 4 5
1779