python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
true call polyfil(without spread/rest operators); bonus: apply & bind polyfills
I've been practicing call, apply, bind polyfills and suddenly realized that it's not really a polyfill if I use spread/rest operators, can't figure out how to pass arguments in call without it, any id...
I-vasilich-I
Votes: 0
Answers: 0
Property 'randomUUID' does not exist on type 'Crypto'
I was trying to use crypto.randomUUID in my angular app v13.1, but it seems not to be available. Gives us this error if you try:
TS2339: Property 'randomUUID' does not exist on type 'Crypto'
It look...
The Fabio
Votes: 0
Answers: 5
Enable Angular 13: SSR error with Webpack
I updated the code base to Angular 13 and tried to implement SSR in it for SEO reason.
I followed the official documentation and there has been some changes made to the code by the CLI tool.
Now when ...
Rohith Poyyeri
Votes: 0
Answers: 1
How to fix issue on IE when creating React JS pages
I tried to create react application without having nodejs and package manager. It’s running fine on google and edge (edge mode) but having an issue on IE.
I tried to add polyfills via cdn but as with ...
uts pantonia
Votes: 0
Answers: 0