You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Added versioned compressed and source scripts.
: Updated default compressed and source scripts.
: handleImported(): Ensures that all named, generic, and internal import listeners get notified.
: Compatibility: Load(): Ensures load order in modern browsers via hacky script.async property support. github issue #4.
: Compatibility: WebWorkers and nodeJS: Removed "window" from all window.clear* and window.set* timer statements.
: Compatibility: WebKit 125.4: AddImportListener(): Commented setTimeout callback function names.
: global: Added "global" reference to ajile's closure.
: global: Replaced all non-window-specific window references with global.
: Cleanup: Load(): Replaced "if" block with boolean short circuits.
Tests
: GetVersion(): updated to expect 1.4.5.
Per MDN's Script Attributes Doc ajile should set
async=false
to maintain script load order.The text was updated successfully, but these errors were encountered: