Smalltalk createPackage: 'Platform-DOM'! Object subclass: #PlatformDom instanceVariableNames: '' package: 'Platform-DOM'! !PlatformDom class methodsFor: 'node creation'! newDocumentFragment ! newElement: aString ! newTextNode: aString ! ! !PlatformDom class methodsFor: 'testing'! isDomNode: anObject 0 && Object.prototype.toString.call(anObject) !!== "[object Object]" '> ! isFeasible ! !