From 9c7136057de0db9c186f080999b574f5de74a8a9 Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Sat, 25 Apr 2020 16:08:56 +0300 Subject: [PATCH 1/2] Install @@toStringTag on namespace objects --- index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.bs b/index.bs index 1c6cd897..feef30ec 100644 --- a/index.bs +++ b/index.bs @@ -14042,6 +14042,8 @@ The characteristics of a namespace object are described in [[#namespace-object]] 1. Return |namespaceObject|. +The [=class string=] of a [=namespace object=] is the [=interface=]’s [=identifier=]. +

Exceptions

From 083d283534006b4d019b3c628c353d98336c5836 Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Tue, 21 Jul 2020 16:46:42 +0300 Subject: [PATCH 2/2] interface => namespace Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index feef30ec..d0664239 100644 --- a/index.bs +++ b/index.bs @@ -14042,7 +14042,7 @@ The characteristics of a namespace object are described in [[#namespace-object]] 1. Return |namespaceObject|. -The [=class string=] of a [=namespace object=] is the [=interface=]’s [=identifier=]. +The [=class string=] of a [=namespace object=] is the [=namespace=]’s [=identifier=].

Exceptions