Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103723751
getComputedStyle.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Mar 4, 07:44
Size
318 B
Mime Type
text/x-java
Expires
Thu, Mar 6, 07:44 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24648992
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getComputedStyle.js
View Options
import ownerWindow from './ownerWindow';
/**
* Returns one or all computed style properties of an element.
*
* @param node the element
* @param psuedoElement the style property
*/
export default function getComputedStyle(node, psuedoElement) {
return ownerWindow(node).getComputedStyle(node, psuedoElement);
}
Event Timeline
Log In to Comment