script tag

1639 questions


1 answers
130 views
0
I want to use getServerSideProps instead of getInitialProps in Next.js+TypeScript, but I don't know how to write it.

I asked the same question in teratail, but after 2 weeks, I still have 0 answers, so I would like to ask you a question.I don't care which way you answer.Also, I will share the progress with both of t...


1 answers
42 views
0
Can you create a background application with javascript?

I'm thinking of developing an alarm application using monaca, but monaca doesn't support background operation.I checked and found that it can be done using the codova plug-in, but is it difficult for ...

1 years ago

1 answers
58 views
0
How to Return to Local from a Web Page

I have a question because I didn't understand the document.If you display a web page in the Monaca app with <a href=URL>, you should open a web page in the app.Is it possible to return to the lo...

1 years ago

3 answers
66 views
0
How to Summarize the Same Process in javascript

How do I summarize the same process in javascript?const but = document.getElementById(but);const trend = document.getElementById(trend);but.addEventListener(click, function(){ if(trend.style.visibilit...

1 years ago

1 answers
74 views
0
Authentication for "deployment as a web application" within an organization

[Prerequisite] We use G Suite Business.Deploy as a Web Application is configured below.·Run the application as the next user: 自分I·Users with access to applications: 組織All members of the organization[P...


2 answers
31 views
0
Understanding the Behavior of Moment().isValid() at 24:00:00

We are conducting a validation of the date and time in moment().isValid(), but the validation of the date and time at 24:00:00 does not work as expected.//HH (=00~23) is a strict comparison, so true i...

1 years ago

4 answers
26 views
0
I want to determine whether it is String or Array.

I would like to separate the processing according to whether the values in the variables in JavaScript are strings or strings.You don't have to check if the array is exactly a string.var stringOrArray...

1 years ago

1 answers
63 views
0
Unable to automatically compile and update the screen with webpack-dev-server

I'm about to enter the front end.Using webpack and surrounding technology, - js and css are watched and automatically compiled when saving (when changing files)- Browser when autocompiled (localhost:8...

1 years ago

1 answers
59 views
0
I want to save the base64 image in Google Apps Script.

I would like to decode the image encoded in base64 in gas and save it in blob.However, the seventh line of Utilities.base64Decode(data); displays the error Failed to decode the string.I tried other ba...


1 answers
113 views
0
Acrobat javascript: DeletePages Error "This Operation Is Not Allowed"

Operating System: Windows 7 SP1Acrobat:Acrobat Reader XICurrently, we are trying to accomplish the process of deleting PDF pages with PDF embedded javascript.For this reason, we are referring to the D...

1 years ago
« - 52 - »

© 2024 OneMinuteCode. All rights reserved.