Home
last modified time | relevance | path

Searched refs:createURL (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/es-module/
H A Dtest-esm-data-urls.js5 function createURL(mime, body) { function
15 const plainESMURL = createURL('text/javascript', body);
19 const importerOfURL = createURL(
35 const plainESMURL = createURL('text/javascript', body);
42 const plainESMURL = createURL('text/javascript;charset=UTF-8', body);
49 const plainESMURL = createURL('text/javascript;charset="UTF-8"', body);
56 const plainESMURL = createURL('text/javascript;;a=a;b=b;;', body);
84 const plainESMURL = createURL('application/json', body);
91 const plainESMURL = createURL('application/json', body);
98 const plainESMURL = createURL('invali
[all...]

Completed in 0 milliseconds