UNPKG

webdav-js

Version:

WebDAV functionality intended for use as a bookmarklet or to make a simple webserver an interactive WebDAV environment.

10 lines (7 loc) 183 B
import Element, { s } from '@dom111/element'; export default class Container extends Element { constructor() { const template = '<main></main>'; super(s(template)); } }