References
Class Summary
Static Public Class Summary | ||
public |
The Wombat proper class |
|
public |
The Wombat class responsible for setting up the overrides |
|
public |
Wombat controlled Location object |
|
public |
The base Wombat Class, responsible for rewrites |
Function Summary
Static Public Function Summary | ||
public |
WrappedListener(orig_listener: function, win: Window): Object Wrap the original eventListener for type "message"
|
|
public |
def_prop(obj: DomElement | MessageEvent | JSNative, prop: string, set_func: function, get_func: function, enumerable: boolean): boolean Override a property on the given object by defining either its setter or getter or both |
|
public |
Determines if the string ends with the given suffix |
|
public |
equals_any(string: string, arr: string[]): string | undefined Determines if the string is equal to any string in an array |
|
public |
get_orig_getter(obj: Object, prop: string): function Retrieve the original getter for an property on an object |
|
public |
get_orig_setter(obj: Object, prop: string): function Retrieve the original setter for an property on an object |
|
public |
is_host_url(str: string): boolean Determines if a given string is a host url |
|
public |
next_parent(win: Window): boolean
|
|
public |
Determines if a given string starts with single prefix or an array of prefixes |
Variable Summary
Static Public Variable Summary | ||
public |
WombatInit: * |
|
public |
|
|
public |
|
|
public |
|
|
public |
ends_with: * |
|
public |
equals_any: * |
|
public |
equals_any: * |
Typedef Summary
Static Public Typedef Summary | ||
public |
DomElement: Element | HTMLElement | HTMLBaseElement |
|
public |
|
External Summary
Static Public External Summary | ||
public |
|
|
public |
|