Skip to main content
0 votes
0 answers
298 views

Picture the scene, an iFrame inserted into your React application, but lo, you have an issue getting Google pay to work so you're told to add allowpaymentrequest as an attribute for the iFrame. Simple ...
Sgt Oddball's user avatar
14 votes
2 answers
34k views

Hey guys, can I use axios with next.js 13 and still get the same results of their extended fetch api version with cache and revalidate configs ?? Is axios going to this web-standard thing direction ??...
Danilo-Guedes's user avatar
2 votes
1 answer
59 views

HTMLSelectElement currently provides HTMLSelectElement.options property to access all its options children regardless of optgroup in the way. But, the reverse is not known. Currently, we need to ...
Abdillah's user avatar
  • 1,024
0 votes
1 answer
121 views

I’m writing an article on JavaScript and a question came up. JavaScript has Web APIs as its standard specification for the browser. There’s no standard specification for JavaScript's backend (Node and ...
André Casal's user avatar
  • 1,240
0 votes
1 answer
344 views

Suppose I have two models, Order and Customer. I've implemented an API that lets you filter on both: /orders?status=fulfilled /customers?city=Atlanta But what if I want to search for orders in a ...
Paul Rodgers's user avatar
2 votes
1 answer
335 views

I have a form with a formdata event handler that updates a field of the FormData if a certain state is found in the DOM. After the form submission, the DOM needs to be changed, but the formdata event ...
Niklas Mohrin's user avatar
1 vote
1 answer
298 views

There is a web online, library or something to detect old IE functions that are not compatible with Chrome/Firefox or just ES6? Like: document.all, event.returnValue, etc JsHint/Jslint are not ...
spunka's user avatar
  • 31
0 votes
1 answer
571 views

I have a news feed page with two display options: "All Content" and "Personalized Content". I need some buttons or links to let users move between these two options, which involves ...
Lime's user avatar
  • 276
1 vote
2 answers
2k views

I want to verify "firebase JWT token" on "Cloudflare workers" environment. The problem is firebase-auth doesn't provide the standard /.well-known/jwks.json,rather they provide x806 ...
Mehari's user avatar
  • 3,287
3 votes
2 answers
689 views

I wanted to check what is the support of fetch API in browser so I opened caniuse.com to get this information. Looking at Chrome browser I see this feature is available since version 42 (which ...
mlst's user avatar
  • 3,631
0 votes
1 answer
44 views

I am having an issue uploading files to my server on a frontend rewrite I am working on. I am getting an error response 500 "Premature end of script headers:" I have my headers recreated ...
John Bull's user avatar
  • 103
-1 votes
1 answer
2k views

Im trying to understand something regarding JS standards: When writing an async function or any function that returns any kind of promise I need to assume that the user of this function will want to ...
Gilad's user avatar
  • 247
0 votes
2 answers
1k views

I want to return a specific byte range given a ReadableStream. It sounds easy but I can't find any way to skip through or read a specific amount of bytes from the stream since we can only read chunks. ...
emillime's user avatar
  • 531
0 votes
1 answer
330 views

I don’t want to use GET method for some destructive links (like deleting an item, remove something…) so I use POST or DELETE actions on my links, with a Javascript AJAX request like this: <a class=...
Sylvain's user avatar
  • 3,170
3 votes
0 answers
223 views

As per this link https://developer.mozilla.org/en-US/docs/Web/API, there are a set of Web APIs which are the standard APIs as per w3c definition. However, I could not find information regarding the ...
Ayush Goel's user avatar

15 30 50 per page
1
2 3 4 5
24