Re: [css-houdini-drafts] [worklets] (bikeshedding time!) import() name is potentially confusing...

A constructor like @surma suggests makes sense if having an instance is useful.

In terms of a method, does it need to be more complicated than:

```js
await CSS.paintWorklet.add('paint.js');
```

-- 
GitHub Notification of comment by jakearchibald
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/374#issuecomment-294150521 using your GitHub account

Received on Friday, 14 April 2017 13:06:59 UTC