Re: [whatwg/webidl] Add a `disposer` keyword for disposal methods (Issue #1459)

jasnell left a comment (whatwg/webidl#1459)

Here's an attempt to get something started: https://github.com/whatwg/webidl/pull/1488

It covers only the stand-alone attributes at the moment, e.g.

```
interface Foo {
  disposer;
  async_disposer;
}
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1459#issuecomment-2892304755
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1459/2892304755@github.com>

Received on Monday, 19 May 2025 21:30:53 UTC