view dtd/error.dtd @ 2333:fb5e1d2d4c75

Removed "Not supported" section, updated defineProperty in njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 26 Feb 2019 18:23:25 +0300
parents be54c443235a
children
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  error        EMPTY >
<!ATTLIST  error
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>