-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
When a script is loaded on the page via script tag and then jsdefer tries to include it jsdefer should test for it.
jsdefer should provide a boolean expression test configurable in the script definition via deferDef... The old Sys.loader had this feature and it allows conditionally including a script based on how you define it. There are lots of uses for this...
Load script B only if script A is there (assuming you're not using jsdefer exclusively for script loading (we can't totally enforce it in some of our scenarios).
Metadata
Metadata
Assignees
Labels
No labels