- From: Joćo Eiras <joao.eiras@gmail.com>
- Date: Thu, 14 Feb 2008 15:34:02 +0000
- To: "Lachlan Hunt" <lachlan.hunt@lachy.id.au>
- Cc: Sergey <castonet@yahoo.co.uk>, public-webapi@w3.org
> if (document.querySelector) {
> // Supported
> } else {
> // Not suported
> }
Too bad that only works with ecmascript.
Such syntax is not valid in other languages.
Received on Thursday, 14 February 2008 15:34:11 UTC