package
0.4.0
Repository: https://github.com/itskass/dom.git
Documentation: pkg.go.dev

# Functions

MustRequire is the same as Require, but panics on an error.
MustRequireValue loads a specified file and returns a global value with a given name.
Require adds a specified file (js or css) into the document and waits for it to load.
RequireLazy is the same as Require, but returns a function that will load the file on the first call.
Script adds a specified JS file into the document and waits for it to load.
Stylesheet add a specified CSS file into the document and waits for it to load.
StylesheetString loads a CSS stylesheet string into the DOM.