export const ENCODED_TAGS = { // opening tags do not have the closing `>` since they can contain other attributes such as `` OPENING: { // HEAD: new Uint8Array([ 60, 47, 104, 101, 97, 100, 62 ]), // BODY: new Uint8Array([ 60, 47, 98, 111, 100, 121, 62 ]), // HTML: new Uint8Array([ 60, 47, 104, 116, 109, 108, 62 ]), // BODY_AND_HTML: new Uint8Array([ 60, 47, 98, 111, 100, 121, 62, 60, 47, 104, 116, 109, 108, 62 ]) }, META: { // Only the match the prefix cause the suffix can be different wether it's xml compatible or not ">" or "/>" //