view dtd/error.dtd @ 2738:d874ae125c3c

Added let and const methods to Compatibility in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Jun 2021 16:08:19 +0100
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
>