@jupyterlab/pdf-extension
Advanced tools
Comparing version 4.3.0-alpha.0 to 4.3.0-alpha.1
@@ -27,2 +27,4 @@ // Copyright (c) Jupyter Development Team. | ||
const iframe = document.createElement('iframe'); | ||
// Sets iframe loading to lazy | ||
iframe.setAttribute('loading', 'lazy'); | ||
this.node.appendChild(iframe); | ||
@@ -29,0 +31,0 @@ // The iframe content window is not available until the onload event. |
{ | ||
"name": "@jupyterlab/pdf-extension", | ||
"version": "4.3.0-alpha.0", | ||
"version": "4.3.0-alpha.1", | ||
"description": "JupyterLab - PDF Viewer", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.0", | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.1", | ||
"@lumino/coreutils": "^2.1.2", | ||
@@ -42,0 +42,0 @@ "@lumino/disposable": "^2.1.2", |
@@ -28,2 +28,4 @@ // Copyright (c) Jupyter Development Team. | ||
const iframe = document.createElement('iframe'); | ||
// Sets iframe loading to lazy | ||
iframe.setAttribute('loading', 'lazy'); | ||
this.node.appendChild(iframe); | ||
@@ -30,0 +32,0 @@ // The iframe content window is not available until the onload event. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21212
444