import { html, storiesOf } from '@open-wc/demoing-storybook'; import { ajax, AjaxClass } from '../index.js'; storiesOf('Ajax system|Ajax') .addParameters({ options: { selectedPanel: 'storybook/actions/actions-panel' } }) .add( 'Get', () => html` `, ) .add( 'Cancelable', () => html` `, ) .add( 'CancelPreviousOnNewRequest', () => html` `, );