WebF Import and Import.meta Functionality Demo
1. import.meta Object Properties
Test the standard and WebF-specific properties of import.meta object.
Click button to test import.meta properties
2. import.meta.url Property
Test the URL of the current module.
Click button to test import.meta.url
3. import.meta.resolve() Function
Test module URL resolution relative to current module.
Click button to test import.meta.resolve()
4. Dynamic Import Function
Test the import() function for dynamic module loading.
Click button to test dynamic imports
5. WebF-specific Properties
Test WebF-specific properties in import.meta.webf and import.meta.env.
Click button to test WebF-specific properties
6. Cross-module import.meta Comparison
Compare import.meta values between different modules.
Click button to test cross-module import.meta