diff --git a/index.bs b/index.bs
index 29e0baf..48964ac 100644
--- a/index.bs
+++ b/index.bs
@@ -46,6 +46,7 @@ Interfaces:
* {{CountQueuingStrategy}}
* {{Crypto}}
* {{CryptoKey}}
+* {{CustomEvent}}
* DecompressionStream
* {{DOMException}}
* {{Event}}
@@ -98,6 +99,15 @@ Global methods / properties:
* globalThis.{{performance}}.{{Performance/now()}}
* globalThis.{{performance}}.{{timeOrigin}}
* globalThis.{{queueMicrotask()}}
+* globalThis.{{reportError()}}
+* globalThis.self (on {{Window/self|Window}} and {{WorkerGlobalScope/self|WorkerGlobalScope}})
+
+ Note: This returns the value of `globalThis`.
+
+ Issue: When the ShadowRealm integration PR
+ is merged into the HTML spec,
+ `self` will also need to be exposed on `ShadowRealmGlobalScope`.
+
* globalThis.{{setTimeout()}} / globalThis.{{clearTimeout()}}
* globalThis.{{setInterval()}} / globalThis.{{clearInterval()}}
* globalThis.{{structuredClone()}}