Collections:
"new window.ResizeObserver(this.resize)" Error
Why am I getting the "error creating viewer: TypeError: undefined is not a constructor" error at "new window.ResizeObserver(this.resize)"?
✍: FYIcenter.com
If you load a 3Dmol.js HTML file in an older Apple Safari Web browser,
you will get the following error
in the browser developer console.
error creating viewer: TypeError: undefined is not a constructor (evaluating 'new window.ResizeObserver(this.resize)') - (anonymous function) — 3Dmol.js:4059
This is because old Safari Web browsers do not support newer releases of WebGL technology.
If you load the same HTML file in the latest Google Chrome Web browser, you will no see any errors.
⇒ Difference between 3Dmol.js and 3Dmol-min.js
⇐ Use of Anonymous Function for 3Dmol.js
⇑ Getting Started with 3Dmol.js
⇑⇑ 3Dmol.js FAQ
2023-09-07, 487🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003977 Names: InChIKey: SYSRCWZVNAXEAR-UHFFFAOYS A-NSMILES: CCN(CC)c4ccc(...
Molecule Summary: ID: FYI-1004063 Names: InChIKey: PRYHOGCYPICMAJ-POZRYWQKS A-NSMILES: CC[C@@H]5CN4C...
Molecule Summary: ID: FYI-1001891 SMILES: CCCCCCCCCCCC(=O)NC(C(=O) NC(CO)C(=O)NC(C(=O)NC(C( C)O)C(=O)N...
Molecule Summary: ID: FYI-1002946 Names: InChIKey: PUBWMPLHDOYKPG-UHFFFAOYS A-NSMILES: CCCCCCCCCCCCC...
How to convert Convert SDF to SVG (Scalable Vector Graphics) using "sdf2svg" PHP script? I want to s...