+ setTimeout(this.fetchResource(), 0);
+ },
+
+ fetchResource: function() {
+ if (this._preload === this.PRELOAD.NONE) {
+ this._networkState = this.NETWORK.IDLE;
+ this.dispatchEventAsync(new CustomEvent('suspend'));
+ this.delayingTheLoadEvent = false;
+ return;
+ }
+