Home
last modified time | relevance | path

Searched refs:disallowedTypeCharacters (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/
Dblob.js77 const disallowedTypeCharacters = /[^\u{0020}-\u{007E}]/u; constant
171 this[kType] = RegExpPrototypeExec(disallowedTypeCharacters, type) !== null ?
253 if (RegExpPrototypeExec(disallowedTypeCharacters, contentType) !== null) {