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

tabatkins has just labeled a pull request from bfgeek for https://github.com/w3c/css-houdini-drafts as "ready":

== [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:48 UTC