Clovis de Villars

Results 3 comments of Clovis de Villars

You can use this workaround with [Dynamic imports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports) for SSR (tested with Next.js) until PR #38 is merged :slightly_smiling_face: ```ts import('can-autoplay') .then(module => module.default.video()) .then(({ result }) => { if...

Too bad, it was previously supported thanks to #850 :slightly_frowning_face: Also in your url check function (in `start-utils` script), ftp url are still allowed: ```sh function isURL() { local value=$1...