Danny Moerkerke

Results 13 comments of Danny Moerkerke

Thanx simonweil, that works!

I followed @msanand's steps but unfortunately it's still not working for me on OSX 10.10.2, Chrome 41.0.2272.101. I remember I had it working before but I recently switched to io.js,...

Hi, I had a look at dropfile.js and the error occurs somewhere in the window.dropfile function. I know nothing about Silverlight but my guess is that somehow the file is...

Could it be that the maxRequestLength property has to be set at a higher value?

You will need to setup event handlers on the buttons to open and close the dialog: ``` const dialog = document.querySelector('#modal'); const openButton = document.querySelector('#open-modal'); const closeButton = document.querySelector('#action'); openButton.addEventListener('click',...

Hi Nolan, thanks for reporting! Love your blog as well. I'm looking into this now.

Just fixed the issue. The problem was that when /blog is directly visited and the Service Worker is not activated yet, it cannot load the cached response yet. The bit...

Currently only ChromeOS supports NetworkInformation.type. The value reported in the demo comes from NetworkInformation.effectiveType. I will update the demo to show both values and note where `type` is not supported...

Both `type` and `effectiveType` are now reported (where available). I will add a demo for clipboard soon.

Code examples were added to most demos recently and this will be expanded soon to all demos.