Skip to content

Instantly share code, notes, and snippets.

@ilann
ilann / machine.js
Created April 5, 2020 19:32
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@ilann
ilann / if.html
Created October 23, 2012 16:00
iframe memory leak demo
<!doctype html>
<html>
<head>
<script>
window.SAR = {
alive : true
};
</script>
</head>
<body>iframe </body>