- From: Ian Kilpatrick <notifications@github.com>
- Date: Thu, 24 Mar 2016 11:35:52 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Thursday, 24 March 2016 18:36:28 UTC
From personal email, which I never got around to filing here :)
Something like:
```
[Constructor]
callback interface Painter {
static sequence<DOMString> inputProperties;
void paint(Blah blah);
};
interface PaintWorkletGlobalScope … {
void registerPaint(DOMString name, constructor<Painter> paintCtor);
};
```
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/101
Received on Thursday, 24 March 2016 18:36:28 UTC