[css-houdini-drafts] Pull Request: [worklets] Create WorkletOptions dictionary to pass through credentials.

bfgeek has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts:

== [worklets] Create WorkletOptions dictionary to pass through credentials. ==
This changes the import() method to optionally accept a credentials
argument, e.g.

CSS.paintWorklet.import('paint.js', {credentials: 'include'});

See https://github.com/w3c/css-houdini-drafts/pull/382

Received on Tuesday, 11 April 2017 20:09:43 UTC