Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [browser]

A web browser or Internet browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web.

-1 votes
0 answers
7 views

What are the methods for compressing and/or encoding json for a URL query parameter?

I'm building an application using Next.js 14 and am holding my filtering state within the URL. The request that returns the filtered data is a POST request that takes a payload of a certain structure. ...
Ryan Traficante's user avatar
2 votes
1 answer
35 views

Is there a way to activate the printing header and footer using JS or CSS?

I've heard about @page in CSS, that can change margin, orientation, page break, but my question is: Is there a way to activate the "Headers and footers" option, for that when I open the ...
Henrique Dias's user avatar
0 votes
0 answers
11 views

Changing Gemini Browser Interface so Return doesn't Post the Question

When using (Google) Gemini in the Chrome browser (or Edge), it's normal to want to do multiline inputs. This can be done with shift-return (or equivalently shift-enter). But the tendency is so ...
GPU Programmer's user avatar
0 votes
0 answers
17 views

scrollTo specified position when entering page

When entering the page, I use window.scrollTo to scroll to a specified position, but it seems that the browser will scroll the page back to the top? In a Vue3 project, I used window.scroll({top: 200, ...
user22410104's user avatar
-1 votes
0 answers
16 views

Why does this simple thumbnail script work on PC browsers and not work on Android browsers?

can someone tell me why this simple thumbnail script works on PC browsers and not on Android browsers? Opened from Chrome or Firefox on my phones it shows a transparent png image. <input type="...
Georgy Shindarov's user avatar
0 votes
0 answers
9 views

Is there a way to make FireFox ask what profile do I want to use upon startup?

I'm trying to switch to FireFox from Google Chrome. One of the key things I'm trying to make work is profiles. When I start up chrome, it asks me "Who's using Chrome?" which looks something ...
ZImperator's user avatar
0 votes
0 answers
6 views

How to make socket.io connection live forever i.e even when browser is minimised and the system is at sleep? On laptop and mobile as well

I developed a socket.io chat app with node.js that works fine with sending messages to rooms and all. I added notifications as well. But only one thing is missing. When the browser tab is inactive for ...
Ruthwik punati's user avatar
2 votes
1 answer
51 views

CSS - focus not working on any browser Why?

Hi there I really never had this problem but today I dont't really understand why the focus is not working - I tried to built a custom switch without using js --- and it looks good and with the mouse ...
Luca Giona's user avatar
-1 votes
1 answer
26 views

The website is called before pressing enter ASP.NET Core MVC

I created new project with ASP.NET Core MVC latest version. It shows a strange behavior. My code: public class VerificationController(TimeProvider timeProvider) : Controller { [Route("email-...
Thanh Nguyen's user avatar
0 votes
0 answers
12 views

Checking upstream and downstream for page

I'm struggle on finding the upstream and downstream for my site pages for analytics the how much internet speed client needed to load my sites page.. is there any way to find it? because i tried to ...
Antoni's user avatar
  • 51
0 votes
0 answers
15 views

Specific URL cant resolve in browsers but works in Postman

Im having a weird problem with a specific url that I cant resolve in all my browsers on my Mac. The specific url is: https://cdn.forzaco.com/Test.jpg In both Firefox, Chrome and Safari I get: ...
Christoffer's user avatar
-1 votes
0 answers
16 views

Why does the browser re-read a css file (instead of caching it)?

I have MudBlazor referenced in my App.razor as (Blazor server): <link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" /> When I do an F12 to watch a page load, ...
David Thielen's user avatar
0 votes
1 answer
25 views

TypeScript `error TS2503: Cannot find namespace 'browser'.`

Building Typescript crashes with the following error in @cliqz/adblocker: node_modules/@cliqz/adblocker/dist/commonjs/request.d.ts:12:37 - error TS2503: Cannot find namespace 'browser'. 12 export ...
Miles's user avatar
  • 105
0 votes
0 answers
26 views

Treatment of superfluous closing tags depends on tag name

Unlike XHTML, HTML does not allow separate closing tags for empty-content elements like br and hr. The HTML validator gives an error end tag for element "..." which is not open in such ...
Heiko Theißen's user avatar
0 votes
1 answer
27 views

Error on GET with authorization-header - only in Browser (CF-RestApi & Angular)

first things first: we develop our own RestAPI in ColdFusion with follwing headers: cfheader (name="Access-Control-Allow-Origin", value="*"); cfheader (name="Access-Control-...
uwe85's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
1788