Lucene search
+L

7 matches found

Jake Archibald's Blog
Jake Archibald's Blog
added 2025/10/22 1:0 a.m.13 views

Importing vs fetching JSON

This year, JSON module imports became baseline 'newly available', meaning they're implemented across browser engines. import data from './data.json' with type: 'json' ; // And… const default: data = await import'./data.json', with: type: 'json' , ; I'm glad JavaScript has this feature, but I can'...

6.6AI score
SaveExploits0
Rows per page
Query Builder