script tag

1639 questions


1 answers
101 views
0
I want to open the web page by dragging and dropping the web link into UWP's WebView.

I'd like to drag and drop the web link into UWP's WebView to display the web page.I implemented it with the following code, but the first time I succeeded, but after the web page appears, I will no lo...

2 years ago

1 answers
17 views
0
Can I say ConstructorName.prototype={}?

The following is written on the page below, but how do you treat .prototype={} in general?·According to the specifications, it is permitted but should not be used ·Never use·According to the rules ·Yo...

2 years ago

1 answers
89 views
0
I want TypeScript to be able to write the access token in an external file (token.ts) and import and load it.

I'm blogging in Next.js.If I write Github's personal access token directly in the code, I have trouble giving the code to Github, so I try to write the access token I don't want to post in an external...


1 answers
41 views
0
The combination of lookup type and variable length argument does not work.

If I write first, I get an error in the return fn(...args); part of the code below, and I can't get it.What is the cause?constable={ add:(a:number, b:number) =>a+b, square: (a:number) = > a*a,} ...

2 years ago

1 answers
276 views
0
If you run an embulk on the cron, the process stops halfway.

I'd like to run an embulk on cron.I can check the log until the kick of the program set in cron, but If you compare the command execution time and cron time with the standard output of the processing ...

2 years ago

1 answers
151 views
0
Not sure if the type defined in aws-sdk-js is correct

In the S3 client module of AWS, there is a function below, but if you write this way, the error will surely enter the callback, so it should be err?:Error.It makes me think thatupload(params:S3.Types....

2 years ago

2 answers
129 views
0
Unable to retrieve EXIF information from Cordova.

Retrieved from Cordova (Ver.5.2.0) via cordova-plugin-cameraI would like to get the image/jpeg EXIF information.When I googled, I found cordova-exif, loaded JS, and The implementation is as follows.na...


1 answers
22 views
0
I want to insert a comment element where half of all elements with a specific class designation appear.

<div class=article_content></div><div class=article_content></div><div class=article_content></div><div class=article_content></div>If there is an html ...

2 years ago

1 answers
73 views
0
Can you make an application that supports background operation with cordova?

I was going to create an alarm application with monaca, but it didn't support background operation.Is it possible to use the original cordova?Also, which of the following specifications can you create...


1 answers
17 views
0
About the Javascript Function

I am a beginner in JavaScript.If there is a code like the one below, I would like to know why the value of vard is a function.functionouter(X,Y){ vara = 1; var inner=function(b){ varc = X + Y; retur...

2 years ago
« - 110 - »

© 2024 OneMinuteCode. All rights reserved.