Skip to content

Instantly share code, notes, and snippets.

View carlisliu's full-sized avatar

Carlis Liu carlisliu

View GitHub Profile
@carlisliu
carlisliu / examples.md
Created July 27, 2017 09:08 — forked from mhevery/examples.md
TC39 Zone API Proposal

Monkey patching common browser APIs

Here is an example of how browser APIs could be patched to take advantage of Zone propagation.

setTimeout

Ideally we would not need to do this, since the browser would do this for us.

window.setTimeout = ((delegate) => {
@carlisliu
carlisliu / README.md
Created October 13, 2013 13:02 — forked from nikcub/README.md