Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

feat: support htmlimports #23

@tbosch

Description

@tbosch
var link = document.createElement('link');
link.rel = 'import';
link.href = 'someUrl';
link.onload = ...
link.onerror = ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions