UNPKG

@skatejs/ssr

Version:

Server-side render your web components.

12 lines (10 loc) 184 B
class Location { constructor() { this.hash = ''; this.href = ''; this.pathname = '/'; this.protocol = 'http'; this.search = ''; } } module.exports = Location;