-
I am using GWTP Presenters with the @ProxyCodeSplit annotation as:
@ProxyCodeSplit
public interface MyProxy extends Proxy {
}
This works fine. Every Presenter is on its own split point. When I ana…
-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
"Lazy Load" (--server 8080 $:/core/save/lazy-images) shows missing images (for an image stored in a tiddler) until the tiddler holding the images is loaded.
reported here:
https://groups.google.co…
-
Fallback image if image loading fails.
-
This plugin fails on pages that load some content after landing and fails to process any loading after a 301 or 302. I suspect it is now confused about the origin of the request. We should probably st…
-
Hi there,
wonder if there is config parameter to control lazy loading.
For example (from doc) instead of:
```javascript
const Items = {};
import _wcImport from "./dir/a";
Items.A = _wcImport;
`…
-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
```
What steps will reproduce the problem?
1. Lazy load excanvas.js
2. Dynamically generate some canvas elements
What is the expected output? What do you see instead?
You should see excanvas convert …
-
This might be a really hard one to solve, but the idea is simple: lazy services are not necessarily the front-facing services inside your app.
Let's say you have a class:
``` php
class MyService
{
…