Skip to main content

Questions tagged [client-side]

The term "client-side" refers to that portion of a web application which runs in the user's browser. Client-side code is most commonly written in Javascript, HTML and CSS. The counterpart of "client-side" is "server-side", i.e., the part of a web application running at the web server.

client-side
0 votes
0 answers
17 views

Why the inner function always return null when using Class google.script.run (Client-side API) to run nested function

this was a simple script I made. when the submit button is pressed the submitPointsClaimed function is called. The problem occurs when the submitPointsClaimed function runs, the inner function always ...
Ahmad Syarif Pudin's user avatar
-2 votes
0 answers
47 views

How to check the user has paid the correct price with MetaMask

I have webgl build platform that sell products using ethereum and metamask. Button code in C# is like this: public void Send50() { Price = 50; StartCoroutine(SendTransaction()); } Obviously, ...
hesam gol's user avatar
0 votes
0 answers
12 views

Blazor PWA with shared database between all uses in offline mode

A requirement for our Blazor PWA application is all data persisted on client computer must be shared between all users on that machine. Is there a way to share data between all uses on client machine ...
Tri Ngoc Nguyen's user avatar
0 votes
0 answers
33 views

Trying to figure out how to keep a heartbeat interval open from javascript to discord on a website to read messages?

I'm new to javascript development and I'm testing something where it can read messages on a certain discord server. The code I have now works for like 3 seconds when the website opens. I'm not sure ...
TheEmeraldEnd's user avatar
1 vote
0 answers
56 views

Why am I getting prerender errors in Next.js 14 build?

I am encountering an issue when running the next build command on my Next.js 14 application. The build process fails with the following prerendering errors: I have checked the links provided, but I am ...
riki's user avatar
  • 1,685
1 vote
1 answer
40 views

Storing a Synchronous Encryption Key securely on the Clientside

I am building a web app which uses Sign in with Apple for the normal authorization and login. After signup the user should create a passphrase which is enhanced via a KDF and acts as a symmetrical key ...
t3lls's user avatar
  • 33
0 votes
0 answers
66 views

Docx.js: Use patchDocument on client side

I'm trying to fill a word template with data from JSON, and found this amazing library (Docx js), it's documentation says that works on server side and client side, until the most examples shows ...
Joseph Aguilar's user avatar
0 votes
0 answers
41 views

Handling of user-provided API keys in a client-side app (no server). Secure?

I'd like to create a simple JavaScript app that asks a user for their API key from a third-party service and makes it easier to use the service with a better GUI. There will be no server-side code on ...
Anton Zemlyansky's user avatar
0 votes
1 answer
59 views

Handling localStorage in Next.js 14 with SSr and Sequelize

I'm using Next.js 14 for my project. One of the features of the site is to add products to favorites, where the product IDs are stored in localStorage. In the Page.jsx file (located at /favorites), I ...
Mauricio De Oliveira's user avatar
0 votes
0 answers
27 views

How to dynamically add CDN that user wants to my React Project and use it in a client side editor

so here is the thing I have a code editor in my React app ( Monaco - editor ) now I want to load the CDN that the user gives me ( think about it like the user enters his desired CDN in an input ) and ...
Hamid Kamyab's user avatar
0 votes
1 answer
39 views

PDF encryption image color corruption: should i encrypt hexa string inside an array value?

Here is my obj 17 encrypted, the ColorSpace value is the same as before encryption, so should i encrypt the hexa value inside the array value ? 17 0 obj << /Length 5696 /Subtype /Image /Width ...
Mustapha BOUFARA's user avatar
0 votes
0 answers
39 views

how can i enable the next button if one or more checked boxes are selected and disable if none are selected in ServiceNow

i am working on a ServiceNow custom widget in which i am getting all the data from backed in an array. i want that if user doesn't checked any checked boxes the next button should be disabled. if user ...
DIY Makers's user avatar
0 votes
0 answers
49 views

Dynamically rendering content inside the header component with Next.js

I have the following setup as the layout for an application in Next.js using the app router. The problem that I have that I am unable to find a solution which doesn't give an error inside the header ...
Ákos Kovács's user avatar
0 votes
1 answer
42 views

Webpack over CDN import to vue js The requested module 'url' does not provide an export named 'default'

Hope you're doing well. I'm currently working on a JavaScript module that I plan to load via a Content Delivery Network (CDN) using the URL https://x.com/my-script.js. However, I've hit a snag despite ...
Sabri Mahmoud's user avatar
0 votes
1 answer
142 views

Roblox default animate script not working on NPC

So I'm trying to use the default Roblox "Animate" client side script on an NPC and when I try it, none of the animations load at all When I try to run the game with the code, nothing happens ...
Ministry Ray21's user avatar

15 30 50 per page
1
2 3 4 5
158