web
get timestamp in javascript
unfortunately there isn’t any native way to get formatted timestamp. Here is a script that does the job. this will output YYMMDD_HHMMSS format timestamp
web
“getDisplayMedia must be called from a user gesture handler” error fix
Problem While implementing screen capture which requires the use of navigator.mediaDevices.getDisplayMedia function, I contronted an error as a result of a promise returned from getDisplayMedia. The following is the javascript code that calls getDisplayMedia function and the output from the console which contains the error object returned as a result Read more…