aaca8f9]:
output.iife: false to avoid naming conflict. (#1176)requestAnimationFrame is not working. (#1021)Add parameter forwarding for Browser Object Model (BOM) APIs. (#787)
This allows direct access to APIs like fetch, requestAnimationFrame.
experimental_isLazyBundle option, it will disable lynxChunkEntries for standalone lazy bundle (#653)Add window variable to callback argument in background.js and the window is undefined in Lynx. Sometimes it's useful to distinguish between Lynx and the Web. (#248)
Support NPM provenance. (#30)
Updated dependencies [c617453]:
targetSdkVersion to 3.2.fetch using lynx.fetch.649b978: Add globDynamicComponentEntry for background script.
| Before | After | |
|---|---|---|
| Main Bundle | defined(global) | Defined(local) |
| Lazy Bundle | defined(global) | Defined(local) |
f5913e5: Inject RuntimeGlobals.lynxChunkEntries to ensure getting correct entryName in lazy bundles.
Updated dependencies [f5913e5]
Promise using lynx.Promise.injectVars option.