view tests/onerrorJs.ur @ 1812:ea5f920ffa35

Removed setting of ignored XMLHttpRequest headers.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Thu, 30 Aug 2012 17:04:30 +0400
parents 27e731a65934
children
line wrap: on
line source
fun main n =
  case n of
      0 => error <xml>Zero is bad! <button value="Capische?" onclick={alert "GOOD!"}/></xml>
    | _ => return <xml/>