diff --git a/README.md b/README.md index 75b1a61..77e7cb3 100644 --- a/README.md +++ b/README.md @@ -314,11 +314,6 @@ interface Subscriber { undefined error(any error); undefined addTeardown(VoidFunction teardown); - // True after the Subscriber is created, up until either - // `complete()`/`error()` are invoked, or the subscriber unsubscribes. Inside - // `complete()`/`error()`, this attribute is true. - readonly attribute boolean active; - readonly attribute AbortSignal signal; };