Skip to content
Advertisement

Tag: google-chrome

How can I add predefined length to audio recorded from MediaRecorder in Chrome?

I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded audio is then played in the program with audio api. I am having trouble getting the audio.duration property to work. It says If the video (audio) is streamed and has no predefined length, “Inf” (Infinity) is returned. With RecordRTC, I

How to access values from ‘s Closure in Chrome Developer tool’s Watch panel?

I have a complex javascript object which is generated by some third party tool, which looks like this (inside Chrome Developer Tools Watch panel): I’m interested in reading those text and value attributes of i Object. I’ve never seen such <function scope> thing before. In such cases, How to access values from <function scope>’s Closure in Chrome Developer tool’s Watch

google chrome console, print image

About year ago i created a plugin to enhance console logs, main idea was to print images in console, so for example You could add some icons or glyphs. It was working pretty nice, i saw that there is many of those available online right now. The problem is that none of them are working atm. I noticed it after

Advertisement