fetch-event-source icon indicating copy to clipboard operation
fetch-event-source copied to clipboard

use import paths that include extension

Open iambumblehead opened this issue 4 years ago • 0 comments
trafficstars

eg, change this

export { fetchEventSource, EventStreamContentType } from './fetch';

to this

export { fetchEventSource, EventStreamContentType } from './fetch.js';

this change would make the script sources usable as-is from a cdn

iambumblehead avatar Jul 08 '21 23:07 iambumblehead