Mattijs Bliek
@mattijsbliek
Engineering Manager at @molliepayments
ID: 295697805
http://mattijsbliek.com 09-05-2011 14:23:16
976 Tweet
168 Followers
197 Following
📷 Use Chrome Dev Tools to capture a screenshot of a single DOM node. Apparently this has been in Chrome for the longest time, but I just found out about it now 🤷♂️ More info in this post by Umar Hansa: umaar.com/dev-tips/156-e…
We just released Mollie Components, which lets you use credit card fields hosted by Mollie Payments directly on your website. Had lots of fun with iframes, same-origin policy, postMessage(), and Typescript. Docs: docs.mollie.com/guides/mollie-… Code examples: github.com/mollie/compone…
Tip: In Chrome DevTools, right-click a network request and select Copy > Copy as Node.js fetch to get a fetch() that includes cookie data. New in Chrome 81.